Sdílet prostřednictvím


IPasswordHasher<TUser> Rozhraní

Definice

Poskytuje abstrakci pro hashování hesel.

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)

Parametry typu

TUser

Typ použitý k reprezentaci uživatele.

Odvozené

Metody

HashPassword(TUser, String)

Vrátí zadanou password reprezentaci hash zadané hodnoty user.

VerifyHashedPassword(TUser, String, String)

Vrátí hodnotu PasswordVerificationResult označující výsledek porovnání hodnoty hash hesla.

Platí pro