C# Class Metropass.Core.PCL.Model.Kdb4.Keys.KcpPassword

Inheritance: IUserKey
Show file Open project: TheAngryByrd/MetroPass Class Usage Examples

Public Methods

Method Description
Create ( string password, ICanSHA256Hash hasher ) : Task

Private Methods

Method Description
Init ( byte passwordInUTF8, ICanSHA256Hash hasher ) : System.Threading.Tasks.Task
KcpPassword ( ) : System.Text

Method Details

Create() public static method

public static Create ( string password, ICanSHA256Hash hasher ) : Task
password string
hasher ICanSHA256Hash
return Task