PasswordHasherCompatibilityMode Enum   
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.
Specifies the format used for hashing passwords.
public enum class PasswordHasherCompatibilityModepublic enum PasswordHasherCompatibilityModetype PasswordHasherCompatibilityMode = Public Enum PasswordHasherCompatibilityMode- Inheritance
- 
				PasswordHasherCompatibilityMode
Fields
| Name | Value | Description | 
|---|---|---|
| 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. |