C# Class Tpm2Lib.Tpm2CreateLoadedResponse

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2CreateLoadedResponse
Tpm2CreateLoadedResponse ( ) : System
Tpm2CreateLoadedResponse ( Tpm2CreateLoadedResponse the_Tpm2CreateLoadedResponse ) : System
Tpm2CreateLoadedResponse ( TpmHandle the_objectHandle, TpmPrivate the_outPrivate, TpmPublic the_outPublic, byte the_name ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2CreateLoadedResponse
return Tpm2CreateLoadedResponse

Tpm2CreateLoadedResponse() public method

public Tpm2CreateLoadedResponse ( ) : System
return System

Tpm2CreateLoadedResponse() public method

public Tpm2CreateLoadedResponse ( Tpm2CreateLoadedResponse the_Tpm2CreateLoadedResponse ) : System
the_Tpm2CreateLoadedResponse Tpm2CreateLoadedResponse
return System

Tpm2CreateLoadedResponse() public method

public Tpm2CreateLoadedResponse ( TpmHandle the_objectHandle, TpmPrivate the_outPrivate, TpmPublic the_outPublic, byte the_name ) : System
the_objectHandle TpmHandle handle of type TPM_HT_TRANSIENT for created object
the_outPrivate TpmPrivate the sensitive area of the object (optional)
the_outPublic TpmPublic the public portion of the created object
the_name byte the name of the created object
return System