Condividi tramite


PasswordHasherOptions Classe

Definizione

Specifica le opzioni per l'hashing delle password.

public ref class PasswordHasherOptions
public class PasswordHasherOptions
type PasswordHasherOptions = class
Public Class PasswordHasherOptions
Ereditarietà
PasswordHasherOptions

Costruttori

PasswordHasherOptions()

Specifica le opzioni per l'hashing delle password.

Proprietà

CompatibilityMode

Ottiene o imposta la modalità di compatibilità utilizzata per l'hashing delle password. Il valore predefinito è 'ASP.NET Identity versione 3'.

IterationCount

Ottiene o imposta il numero di iterazioni utilizzate per l'hashing delle password tramite PBKDF2. Il valore predefinito è 100.000.

Si applica a