PasswordHasherCompatibilityMode Enum
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 PasswordHasherCompatibilityMode
C#
public enum PasswordHasherCompatibilityMode
type PasswordHasherCompatibilityMode =
Public Enum PasswordHasherCompatibilityMode
- Inheritance
-
PasswordHasherCompatibilityMode
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. |
Proizvod | Verzije |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |