Search Results for

    Show / Hide Table of Contents
    View Source

    Class LegacyPasswordMigrationSettings

    Typed configuration options for legacy machine key settings used for migration of members from a v8 solution.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class LegacyPasswordMigrationSettings

    Properties

    View Source

    MachineKeyDecryption

    Gets the decryption algorithm.

    Declaration
    public string MachineKeyDecryption { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Currently only AES is supported. This should include all machine keys generated by Umbraco.

    View Source

    MachineKeyDecryptionKey

    Gets or sets the decryption hex-formatted string key found in legacy web.config machineKey configuration-element.

    Declaration
    public string MachineKeyDecryptionKey { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • MachineKeyDecryption
      • MachineKeyDecryptionKey
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX