C# Class BusinessObject.Auth.AccountRepository

Inheritance: IAccountRepository
ファイルを表示 Open project: megadotnet/ironframework

Public Methods

Method Description
GetHashedPassword ( string username ) : string

Gets the hashed password.

Method Details

GetHashedPassword() public method

Gets the hashed password.
public GetHashedPassword ( string username ) : string
username string The username.
return string