C# Class Tpm2Lib.Tpm2CreateLoadedRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2CreateLoadedRequest
Tpm2CreateLoadedRequest ( ) : System
Tpm2CreateLoadedRequest ( Tpm2CreateLoadedRequest the_Tpm2CreateLoadedRequest ) : System
Tpm2CreateLoadedRequest ( TpmHandle the_parentHandle, SensitiveCreate the_inSensitive, byte the_inPublic ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2CreateLoadedRequest
return Tpm2CreateLoadedRequest

Tpm2CreateLoadedRequest() public method

public Tpm2CreateLoadedRequest ( ) : System
return System

Tpm2CreateLoadedRequest() public method

public Tpm2CreateLoadedRequest ( Tpm2CreateLoadedRequest the_Tpm2CreateLoadedRequest ) : System
the_Tpm2CreateLoadedRequest Tpm2CreateLoadedRequest
return System

Tpm2CreateLoadedRequest() public method

public Tpm2CreateLoadedRequest ( TpmHandle the_parentHandle, SensitiveCreate the_inSensitive, byte the_inPublic ) : System
the_parentHandle TpmHandle Handle of a transient storage key, a persistent storage key, TPM_RH_ENDORSEMENT, TPM_RH_OWNER, TPM_RH_PLATFORM+{PP}, or TPM_RH_NULL Auth Index: 1 Auth Role: USER
the_inSensitive SensitiveCreate the sensitive data, see TPM 2.0 Part 1 Sensitive Values
the_inPublic byte the public template
return System