C# Class Tpm2Lib.QuoteInfo

Inheritance: TpmStructureBase, IAttestUnion
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Public Methods

Method Description
Copy ( ) : QuoteInfo
GetUnionSelector ( ) : TpmSt
QuoteInfo ( ) : System
QuoteInfo ( PcrSelection the_pcrSelect, byte the_pcrDigest ) : System
QuoteInfo ( QuoteInfo the_QuoteInfo ) : System

Method Details

Copy() public method

public Copy ( ) : QuoteInfo
return QuoteInfo

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmSt
return TpmSt

QuoteInfo() public method

public QuoteInfo ( ) : System
return System

QuoteInfo() public method

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
return System

QuoteInfo() public method

public QuoteInfo ( QuoteInfo the_QuoteInfo ) : System
the_QuoteInfo QuoteInfo
return System