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

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

Public Properties

Property Type Description
_hasher ICanSHA256Hash

Public Methods

Method Description
Create ( IFile storageFile, ICanSHA256Hash hasher ) : Task

Private Methods

Method Description
Init ( IFile storageFile ) : System.Threading.Tasks.Task
KcpKeyFile ( ) : System
LoadBinaryKey32 ( byte pbFileData ) : byte[]
LoadHexKey32 ( byte pbFileData ) : byte[]
LoadKeyFile ( byte pbFileData ) : byte[]
LoadXmlKeyFile ( Stream file ) : Task

Method Details

Create() public static method

public static Create ( IFile storageFile, ICanSHA256Hash hasher ) : Task
storageFile IFile
hasher ICanSHA256Hash
return Task

Property Details

_hasher public static property

public static ICanSHA256Hash _hasher
return ICanSHA256Hash