Condividi tramite


PasswordHasherCompatibilityMode Enumerazione

Definizione

Specifica il formato utilizzato per l'hashing delle password.

public enum class PasswordHasherCompatibilityMode
public enum PasswordHasherCompatibilityMode
type PasswordHasherCompatibilityMode = 
Public Enum PasswordHasherCompatibilityMode
Ereditarietà
PasswordHasherCompatibilityMode

Campi

IdentityV2 0

Indica l'hashing delle password in modo compatibile con ASP.NET Identity versioni 1 e 2.

IdentityV3 1

Indica l'hashing delle password in modo compatibile con ASP.NET Identity versione 3.

Si applica a