PasswordHasherCompatibilityMode Enum

Definition

Specifies the format used for hashing passwords.

public enum class PasswordHasherCompatibilityMode
public enum PasswordHasherCompatibilityMode
type PasswordHasherCompatibilityMode = 
Public Enum PasswordHasherCompatibilityMode
Inheritance
PasswordHasherCompatibilityMode

Fields

IdentityV2 0

Indicates hashing passwords in a way that is compatible with ASP.NET Identity versions 1 and 2.

IdentityV3 1

Indicates hashing passwords in a way that is compatible with ASP.NET Identity version 3.

Applies to