C# Class LedgerWallet.U2F.KeyHandle

Datei anzeigen Open project: LedgerHQ/ledger-dotnet-api Class Usage Examples

Public Methods

Method Description
GetBytes ( bool @unsafe = false ) : byte[]
KeyHandle ( byte bytes ) : System
KeyHandle ( string hex ) : System
ToString ( ) : string

Method Details

GetBytes() public method

public GetBytes ( bool @unsafe = false ) : byte[]
@unsafe bool
return byte[]

KeyHandle() public method

public KeyHandle ( byte bytes ) : System
bytes byte
return System

KeyHandle() public method

public KeyHandle ( string hex ) : System
hex string
return System

ToString() public method

public ToString ( ) : string
return string