C# Class Affecto.Authentication.Passwords.Password

Show file Open project: affecto/dotnet-Authentication.Passwords Class Usage Examples

Public Methods

Method Description
Hash ( ) : string
MatchTo ( string hashedPassword ) : PasswordMatch
Password ( string password ) : System

Private Methods

Method Description
Password ( IPasswordHasher passwordHasher, string password ) : System

Method Details

Hash() public method

public Hash ( ) : string
return string

MatchTo() public method

public MatchTo ( string hashedPassword ) : PasswordMatch
hashedPassword string
return PasswordMatch

Password() public method

public Password ( string password ) : System
password string
return System