Sdílet prostřednictvím


PasswordHasher<TUser> Třída

Definice

Implementuje standardní hashování hesel identity.

generic <typename TUser>
 where TUser : classpublic ref class PasswordHasher : Microsoft::AspNetCore::Identity::IPasswordHasher<TUser>
public class PasswordHasher<TUser> : Microsoft.AspNetCore.Identity.IPasswordHasher<TUser> where TUser : class
type PasswordHasher<'User (requires 'User : null)> = class
    interface IPasswordHasher<'User (requires 'User : null)>
Public Class PasswordHasher(Of TUser)
Implements IPasswordHasher(Of TUser)

Parametry typu

TUser

Typ použitý k reprezentaci uživatele.

Dědičnost
PasswordHasher<TUser>
Implementuje

Konstruktory

PasswordHasher<TUser>(IOptions<PasswordHasherOptions>)

Vytvoří novou instanci položky PasswordHasher<TUser>.

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