C# Class LedgerWallet.U2F.AppId

Exibir arquivo Open project: LedgerHQ/ledger-dotnet-api Class Usage Examples

Public Methods

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

Method Details

AppId() public method

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

AppId() public method

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

GetBytes() public method

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

ToString() public method

public ToString ( ) : string
return string