C# 클래스 Tpm2Lib.QuoteInfo

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

공개 메소드들

메소드 설명
Copy ( ) : QuoteInfo
GetUnionSelector ( ) : TpmSt
QuoteInfo ( ) : System
QuoteInfo ( PcrSelection the_pcrSelect, byte the_pcrDigest ) : System
QuoteInfo ( QuoteInfo the_QuoteInfo ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : QuoteInfo
리턴 QuoteInfo

GetUnionSelector() 공개 메소드

public GetUnionSelector ( ) : TpmSt
리턴 TpmSt

QuoteInfo() 공개 메소드

public QuoteInfo ( ) : System
리턴 System

QuoteInfo() 공개 메소드

public QuoteInfo ( PcrSelection the_pcrSelect, byte the_pcrDigest ) : System
the_pcrSelect PcrSelection information on algID, PCR selected and digest
the_pcrDigest byte digest of the selected PCR using the hash of the signing key
리턴 System

QuoteInfo() 공개 메소드

public QuoteInfo ( QuoteInfo the_QuoteInfo ) : System
the_QuoteInfo QuoteInfo
리턴 System