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 LegacyPasswordMigrationSettingsProperties
View SourceMachineKeyDecryption
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.
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 |