PasswordHasherCompatibilityMode Enum

Definition

Specifies the format used for hashing passwords.

C#
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.

Applies to

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