C# Class BusinessObject.Auth.AccountRepository

Inheritance: IAccountRepository
Afficher le fichier Open project: megadotnet/ironframework

Méthodes publiques

Méthode Description
GetHashedPassword ( string username ) : string

Gets the hashed password.

Method Details

GetHashedPassword() public méthode

Gets the hashed password.
public GetHashedPassword ( string username ) : string
username string The username.
Résultat string