C# Class Tpm2Lib.Tpm2LoadExternalRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2LoadExternalRequest
Tpm2LoadExternalRequest ( ) : System
Tpm2LoadExternalRequest ( Sensitive the_inPrivate, TpmPublic the_inPublic, TpmHandle the_hierarchy ) : System
Tpm2LoadExternalRequest ( Tpm2LoadExternalRequest the_Tpm2LoadExternalRequest ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2LoadExternalRequest
return Tpm2LoadExternalRequest

Tpm2LoadExternalRequest() public method

public Tpm2LoadExternalRequest ( ) : System
return System

Tpm2LoadExternalRequest() public method

public Tpm2LoadExternalRequest ( Sensitive the_inPrivate, TpmPublic the_inPublic, TpmHandle the_hierarchy ) : System
the_inPrivate Sensitive the sensitive portion of the object (optional)
the_inPublic TpmPublic the public portion of the object
the_hierarchy TpmHandle hierarchy with which the object area is associated
return System

Tpm2LoadExternalRequest() public method

public Tpm2LoadExternalRequest ( Tpm2LoadExternalRequest the_Tpm2LoadExternalRequest ) : System
the_Tpm2LoadExternalRequest Tpm2LoadExternalRequest
return System