UserManager<TUser>.PasswordHasher Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
utilisé pour hacher les IPasswordHasher<TUser> mots de passe.
protected public:
property Microsoft::AspNetCore::Identity::IPasswordHasher<TUser> ^ PasswordHasher { Microsoft::AspNetCore::Identity::IPasswordHasher<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::IPasswordHasher<TUser> ^ value); };
public:
property Microsoft::AspNetCore::Identity::IPasswordHasher<TUser> ^ PasswordHasher { Microsoft::AspNetCore::Identity::IPasswordHasher<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::IPasswordHasher<TUser> ^ value); };
protected internal Microsoft.AspNetCore.Identity.IPasswordHasher<TUser> PasswordHasher { get; set; }
public Microsoft.AspNetCore.Identity.IPasswordHasher<TUser> PasswordHasher { get; set; }
member this.PasswordHasher : Microsoft.AspNetCore.Identity.IPasswordHasher<'User (requires 'User : null)> with get, set
Protected Friend Property PasswordHasher As IPasswordHasher(Of TUser)
Public Property PasswordHasher As IPasswordHasher(Of TUser)