IPasswordHasher<TUser> Interfaccia

Definizione

Fornisce un'astrazione per l'hashing delle password.

generic <typename TUser>
 where TUser : classpublic interface class IPasswordHasher
public interface IPasswordHasher<TUser> where TUser : class
type IPasswordHasher<'User (requires 'User : null)> = interface
Public Interface IPasswordHasher(Of TUser)

Parametri di tipo

TUser

Tipo utilizzato per rappresentare un utente.

Derivato

Metodi

HashPassword(TUser, String)

Restituisce una rappresentazione hash dell'oggetto fornito password per l'oggetto specificato user.

VerifyHashedPassword(TUser, String, String)

Restituisce un PasswordVerificationResult oggetto che indica il risultato di un confronto hash delle password.

Si applica a