C# 클래스 LedgerWallet.U2F.AppId

파일 보기 프로젝트 열기: LedgerHQ/ledger-dotnet-api 1 사용 예제들

공개 메소드들

메소드 설명
AppId ( byte bytes ) : System
AppId ( string hex ) : System
GetBytes ( bool @unsafe = false ) : byte[]
ToString ( ) : string

메소드 상세

AppId() 공개 메소드

public AppId ( byte bytes ) : System
bytes byte
리턴 System

AppId() 공개 메소드

public AppId ( string hex ) : System
hex string
리턴 System

GetBytes() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string