C# Class Tpm2Lib.QuoteInfo

Inheritance: TpmStructureBase, IAttestUnion
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Méthodes publiques

Méthode Description
Copy ( ) : QuoteInfo
GetUnionSelector ( ) : TpmSt
QuoteInfo ( ) : System
QuoteInfo ( PcrSelection the_pcrSelect, byte the_pcrDigest ) : System
QuoteInfo ( QuoteInfo the_QuoteInfo ) : System

Method Details

Copy() public méthode

public Copy ( ) : QuoteInfo
Résultat QuoteInfo

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmSt
Résultat TpmSt

QuoteInfo() public méthode

public QuoteInfo ( ) : System
Résultat System

QuoteInfo() public méthode

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
Résultat System

QuoteInfo() public méthode

public QuoteInfo ( QuoteInfo the_QuoteInfo ) : System
the_QuoteInfo QuoteInfo
Résultat System