C# Class Affecto.Authentication.Passwords.Password

Afficher le fichier Open project: affecto/dotnet-Authentication.Passwords Class Usage Examples

Méthodes publiques

Méthode Description
Hash ( ) : string
MatchTo ( string hashedPassword ) : PasswordMatch
Password ( string password ) : System

Private Methods

Méthode Description
Password ( IPasswordHasher passwordHasher, string password ) : System

Method Details

Hash() public méthode

public Hash ( ) : string
Résultat string

MatchTo() public méthode

public MatchTo ( string hashedPassword ) : PasswordMatch
hashedPassword string
Résultat PasswordMatch

Password() public méthode

public Password ( string password ) : System
password string
Résultat System