PasswordHasherOptions.CompatibilityMode Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta la modalità di compatibilità usata durante l'hashing delle password. Il valore predefinito è 'ASP.NET Identity versione 3'.
public:
property Microsoft::AspNetCore::Identity::PasswordHasherCompatibilityMode CompatibilityMode { Microsoft::AspNetCore::Identity::PasswordHasherCompatibilityMode get(); void set(Microsoft::AspNetCore::Identity::PasswordHasherCompatibilityMode value); };
public Microsoft.AspNetCore.Identity.PasswordHasherCompatibilityMode CompatibilityMode { get; set; }
member this.CompatibilityMode : Microsoft.AspNetCore.Identity.PasswordHasherCompatibilityMode with get, set
Public Property CompatibilityMode As PasswordHasherCompatibilityMode
Valore della proprietà
Modalità di compatibilità usata durante l'hashing delle password.
Commenti
La modalità di compatibilità predefinita è 'ASP.NET Identity versione 3'.