C# 클래스 Tpm2Lib.SignatureRsa

상속: TpmStructureBase, ISignatureUnion
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : SignatureRsa
GetUnionSelector ( ) : TpmAlgId
SignatureRsa ( ) : System
SignatureRsa ( SignatureRsa the_SignatureRsa ) : System
SignatureRsa ( TpmAlgId the_hash, byte the_sig ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : SignatureRsa
리턴 SignatureRsa

GetUnionSelector() 공개 메소드

public GetUnionSelector ( ) : TpmAlgId
리턴 TpmAlgId

SignatureRsa() 공개 메소드

public SignatureRsa ( ) : System
리턴 System

SignatureRsa() 공개 메소드

public SignatureRsa ( SignatureRsa the_SignatureRsa ) : System
the_SignatureRsa SignatureRsa
리턴 System

SignatureRsa() 공개 메소드

public SignatureRsa ( TpmAlgId the_hash, byte the_sig ) : System
the_hash TpmAlgId the hash algorithm used to digest the message TPM_ALG_NULL is not allowed.
the_sig byte The signature is the size of a public key.
리턴 System