C# Class Tpm2Lib.Tpm2PolicyPCRRequest

Inheritance: TpmStructureBase
Show file Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PolicyPCRRequest
Tpm2PolicyPCRRequest ( ) : System
Tpm2PolicyPCRRequest ( Tpm2PolicyPCRRequest the_Tpm2PolicyPCRRequest ) : System
Tpm2PolicyPCRRequest ( TpmHandle the_policySession, byte the_pcrDigest, PcrSelection the_pcrs ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PolicyPCRRequest
return Tpm2PolicyPCRRequest

Tpm2PolicyPCRRequest() public method

public Tpm2PolicyPCRRequest ( ) : System
return System

Tpm2PolicyPCRRequest() public method

public Tpm2PolicyPCRRequest ( Tpm2PolicyPCRRequest the_Tpm2PolicyPCRRequest ) : System
the_Tpm2PolicyPCRRequest Tpm2PolicyPCRRequest
return System

Tpm2PolicyPCRRequest() public method

public Tpm2PolicyPCRRequest ( TpmHandle the_policySession, byte the_pcrDigest, PcrSelection the_pcrs ) : System
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_pcrDigest byte expected digest value of the selected PCR using the hash algorithm of the session; may be zero length
the_pcrs PcrSelection the PCR to include in the check digest
return System