C# Class Tpm2Lib.Tpm2PcrReadResponse

Inheritance: TpmStructureBase
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public Copy ( ) : Tpm2PcrReadResponse
return Tpm2PcrReadResponse

Tpm2PcrReadResponse() public method

public Tpm2PcrReadResponse ( ) : System
return System

Tpm2PcrReadResponse() public method

public Tpm2PcrReadResponse ( Tpm2PcrReadResponse the_Tpm2PcrReadResponse ) : System
the_Tpm2PcrReadResponse Tpm2PcrReadResponse
return System

Tpm2PcrReadResponse() public method

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