C# Class Tpm2Lib.Tpm2PcrSetAuthPolicyRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PcrSetAuthPolicyRequest
Tpm2PcrSetAuthPolicyRequest ( ) : System
Tpm2PcrSetAuthPolicyRequest ( Tpm2PcrSetAuthPolicyRequest the_Tpm2PcrSetAuthPolicyRequest ) : System
Tpm2PcrSetAuthPolicyRequest ( TpmHandle the_authHandle, byte the_authPolicy, TpmAlgId the_hashAlg, TpmHandle the_pcrNum ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PcrSetAuthPolicyRequest
return Tpm2PcrSetAuthPolicyRequest

Tpm2PcrSetAuthPolicyRequest() public method

public Tpm2PcrSetAuthPolicyRequest ( ) : System
return System

Tpm2PcrSetAuthPolicyRequest() public method

public Tpm2PcrSetAuthPolicyRequest ( Tpm2PcrSetAuthPolicyRequest the_Tpm2PcrSetAuthPolicyRequest ) : System
the_Tpm2PcrSetAuthPolicyRequest Tpm2PcrSetAuthPolicyRequest
return System

Tpm2PcrSetAuthPolicyRequest() public method

public Tpm2PcrSetAuthPolicyRequest ( TpmHandle the_authHandle, byte the_authPolicy, TpmAlgId the_hashAlg, TpmHandle the_pcrNum ) : System
the_authHandle TpmHandle TPM_RH_PLATFORM+{PP} Auth Index: 1 Auth Role: USER
the_authPolicy byte the desired authPolicy
the_hashAlg TpmAlgId the hash algorithm of the policy
the_pcrNum TpmHandle the PCR for which the policy is to be set
return System