C# Class Tpm2Lib.Tpm2LoadResponse

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2LoadResponse
Tpm2LoadResponse ( ) : System
Tpm2LoadResponse ( Tpm2LoadResponse the_Tpm2LoadResponse ) : System
Tpm2LoadResponse ( TpmHandle the_objectHandle, byte the_name ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2LoadResponse
return Tpm2LoadResponse

Tpm2LoadResponse() public method

public Tpm2LoadResponse ( ) : System
return System

Tpm2LoadResponse() public method

public Tpm2LoadResponse ( Tpm2LoadResponse the_Tpm2LoadResponse ) : System
the_Tpm2LoadResponse Tpm2LoadResponse
return System

Tpm2LoadResponse() public method

public Tpm2LoadResponse ( TpmHandle the_objectHandle, byte the_name ) : System
the_objectHandle TpmHandle handle of type TPM_HT_TRANSIENT for the loaded object
the_name byte Name of the loaded object
return System