C# Class Tpm2Lib.Tpm2PcrAllocateRequest

Inheritance: TpmStructureBase
显示文件 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PcrAllocateRequest
Tpm2PcrAllocateRequest ( ) : System
Tpm2PcrAllocateRequest ( Tpm2PcrAllocateRequest the_Tpm2PcrAllocateRequest ) : System
Tpm2PcrAllocateRequest ( TpmHandle the_authHandle, PcrSelection the_pcrAllocation ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PcrAllocateRequest
return Tpm2PcrAllocateRequest

Tpm2PcrAllocateRequest() public method

public Tpm2PcrAllocateRequest ( ) : System
return System

Tpm2PcrAllocateRequest() public method

public Tpm2PcrAllocateRequest ( Tpm2PcrAllocateRequest the_Tpm2PcrAllocateRequest ) : System
the_Tpm2PcrAllocateRequest Tpm2PcrAllocateRequest
return System

Tpm2PcrAllocateRequest() public method

public Tpm2PcrAllocateRequest ( TpmHandle the_authHandle, PcrSelection the_pcrAllocation ) : System
the_authHandle TpmHandle TPM_RH_PLATFORM+{PP} Auth Index: 1 Auth Role: USER
the_pcrAllocation PcrSelection the requested allocation
return System