C# Class Tpm2Lib.Tpm2StartAuthSessionResponse

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2StartAuthSessionResponse
Tpm2StartAuthSessionResponse ( ) : System
Tpm2StartAuthSessionResponse ( Tpm2StartAuthSessionResponse the_Tpm2StartAuthSessionResponse ) : System
Tpm2StartAuthSessionResponse ( TpmHandle the_sessionHandle, byte the_nonceTPM ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2StartAuthSessionResponse
return Tpm2StartAuthSessionResponse

Tpm2StartAuthSessionResponse() public method

public Tpm2StartAuthSessionResponse ( ) : System
return System

Tpm2StartAuthSessionResponse() public method

public Tpm2StartAuthSessionResponse ( Tpm2StartAuthSessionResponse the_Tpm2StartAuthSessionResponse ) : System
the_Tpm2StartAuthSessionResponse Tpm2StartAuthSessionResponse
return System

Tpm2StartAuthSessionResponse() public method

public Tpm2StartAuthSessionResponse ( TpmHandle the_sessionHandle, byte the_nonceTPM ) : System
the_sessionHandle TpmHandle handle for the newly created session
the_nonceTPM byte the initial nonce from the TPM, used in the computation of the sessionKey
return System