C# Class Tpm2Lib.Tpm2HmacRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2HmacRequest
Tpm2HmacRequest ( ) : System
Tpm2HmacRequest ( Tpm2HmacRequest the_Tpm2HmacRequest ) : System
Tpm2HmacRequest ( TpmHandle the_handle, byte the_buffer, TpmAlgId the_hashAlg ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2HmacRequest
return Tpm2HmacRequest

Tpm2HmacRequest() public method

public Tpm2HmacRequest ( ) : System
return System

Tpm2HmacRequest() public method

public Tpm2HmacRequest ( Tpm2HmacRequest the_Tpm2HmacRequest ) : System
the_Tpm2HmacRequest Tpm2HmacRequest
return System

Tpm2HmacRequest() public method

public Tpm2HmacRequest ( TpmHandle the_handle, byte the_buffer, TpmAlgId the_hashAlg ) : System
the_handle TpmHandle handle for the symmetric signing key providing the HMAC key Auth Index: 1 Auth Role: USER
the_buffer byte HMAC data
the_hashAlg TpmAlgId algorithm to use for HMAC
return System