C# Class Tpm2Lib.Tpm2HashRequest

Inheritance: TpmStructureBase
Show file Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2HashRequest
Tpm2HashRequest ( ) : System
Tpm2HashRequest ( Tpm2HashRequest the_Tpm2HashRequest ) : System
Tpm2HashRequest ( byte the_data, TpmAlgId the_hashAlg, TpmHandle the_hierarchy ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2HashRequest
return Tpm2HashRequest

Tpm2HashRequest() public method

public Tpm2HashRequest ( ) : System
return System

Tpm2HashRequest() public method

public Tpm2HashRequest ( Tpm2HashRequest the_Tpm2HashRequest ) : System
the_Tpm2HashRequest Tpm2HashRequest
return System

Tpm2HashRequest() public method

public Tpm2HashRequest ( byte the_data, TpmAlgId the_hashAlg, TpmHandle the_hierarchy ) : System
the_data byte data to be hashed
the_hashAlg TpmAlgId algorithm for the hash being computed shall not be TPM_ALG_NULL
the_hierarchy TpmHandle hierarchy to use for the ticket (TPM_RH_NULL allowed)
return System