PasswordHasherOptions.CompatibilityMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the compatibility mode used when hashing passwords. Defaults to 'ASP.NET Identity version 3'.
public:
property Microsoft::AspNetCore::Identity::PasswordHasherCompatibilityMode CompatibilityMode { Microsoft::AspNetCore::Identity::PasswordHasherCompatibilityMode get(); void set(Microsoft::AspNetCore::Identity::PasswordHasherCompatibilityMode value); };
public Microsoft.AspNetCore.Identity.PasswordHasherCompatibilityMode CompatibilityMode { get; set; }
member this.CompatibilityMode : Microsoft.AspNetCore.Identity.PasswordHasherCompatibilityMode with get, set
Public Property CompatibilityMode As PasswordHasherCompatibilityMode
Property Value
The compatibility mode used when hashing passwords.
Remarks
The default compatibility mode is 'ASP.NET Identity version 3'.