C# Class Tpm2Lib.Tpm2HmacRequest

Inheritance: TpmStructureBase
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Copy ( ) : Tpm2HmacRequest
Résultat Tpm2HmacRequest

Tpm2HmacRequest() public méthode

public Tpm2HmacRequest ( ) : System
Résultat System

Tpm2HmacRequest() public méthode

public Tpm2HmacRequest ( Tpm2HmacRequest the_Tpm2HmacRequest ) : System
the_Tpm2HmacRequest Tpm2HmacRequest
Résultat System

Tpm2HmacRequest() public méthode

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
Résultat System