PasswordHasherCompatibilityMode Enum

Summary

Specifies the format used for hashing passwords.

Syntax

public enum PasswordHasherCompatibilityMode

GitHub

View on GitHub

enum Microsoft.AspNet.Identity.PasswordHasherCompatibilityMode

Fields

IdentityV2()

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

IdentityV2 = 0
IdentityV3()

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

IdentityV3 = 1