C# Class Tpm2Lib.Tpm2PcrReadResponse

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2PcrReadResponse
Tpm2PcrReadResponse ( ) : System
Tpm2PcrReadResponse ( Tpm2PcrReadResponse the_Tpm2PcrReadResponse ) : System
Tpm2PcrReadResponse ( uint the_pcrUpdateCounter, PcrSelection the_pcrSelectionOut, Tpm2bDigest the_pcrValues ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2PcrReadResponse
Résultat Tpm2PcrReadResponse

Tpm2PcrReadResponse() public méthode

public Tpm2PcrReadResponse ( ) : System
Résultat System

Tpm2PcrReadResponse() public méthode

public Tpm2PcrReadResponse ( Tpm2PcrReadResponse the_Tpm2PcrReadResponse ) : System
the_Tpm2PcrReadResponse Tpm2PcrReadResponse
Résultat System

Tpm2PcrReadResponse() public méthode

public Tpm2PcrReadResponse ( uint the_pcrUpdateCounter, PcrSelection the_pcrSelectionOut, Tpm2bDigest the_pcrValues ) : System
the_pcrUpdateCounter uint the current value of the PCR update counter
the_pcrSelectionOut PcrSelection the PCR in the returned list
the_pcrValues Tpm2bDigest the contents of the PCR indicated in pcrSelectOut-> pcrSelection[] as tagged digests
Résultat System