C# Class Tpm2Lib.Tpm2PolicyORRequest

Inheritance: TpmStructureBase
Exibir arquivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PolicyORRequest
Tpm2PolicyORRequest ( ) : System
Tpm2PolicyORRequest ( Tpm2PolicyORRequest the_Tpm2PolicyORRequest ) : System
Tpm2PolicyORRequest ( TpmHandle the_policySession, Tpm2bDigest the_pHashList ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PolicyORRequest
return Tpm2PolicyORRequest

Tpm2PolicyORRequest() public method

public Tpm2PolicyORRequest ( ) : System
return System

Tpm2PolicyORRequest() public method

public Tpm2PolicyORRequest ( Tpm2PolicyORRequest the_Tpm2PolicyORRequest ) : System
the_Tpm2PolicyORRequest Tpm2PolicyORRequest
return System

Tpm2PolicyORRequest() public method

public Tpm2PolicyORRequest ( TpmHandle the_policySession, Tpm2bDigest the_pHashList ) : System
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_pHashList Tpm2bDigest the list of hashes to check for a match
return System