C# Class Tpm2Lib.Tpm2HmacStartRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2HmacStartRequest
Tpm2HmacStartRequest ( ) : System
Tpm2HmacStartRequest ( Tpm2HmacStartRequest the_Tpm2HmacStartRequest ) : System
Tpm2HmacStartRequest ( TpmHandle the_handle, byte the_auth, TpmAlgId the_hashAlg ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2HmacStartRequest
return Tpm2HmacStartRequest

Tpm2HmacStartRequest() public method

public Tpm2HmacStartRequest ( ) : System
return System

Tpm2HmacStartRequest() public method

public Tpm2HmacStartRequest ( Tpm2HmacStartRequest the_Tpm2HmacStartRequest ) : System
the_Tpm2HmacStartRequest Tpm2HmacStartRequest
return System

Tpm2HmacStartRequest() public method

public Tpm2HmacStartRequest ( TpmHandle the_handle, byte the_auth, TpmAlgId the_hashAlg ) : System
the_handle TpmHandle handle of an HMAC key Auth Index: 1 Auth Role: USER
the_auth byte authorization value for subsequent use of the sequence
the_hashAlg TpmAlgId the hash algorithm to use for the HMAC
return System