C# Class Tpm2Lib.Tpm2HashResponse

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2HashResponse
Tpm2HashResponse ( ) : System
Tpm2HashResponse ( Tpm2HashResponse the_Tpm2HashResponse ) : System
Tpm2HashResponse ( byte the_outHash, TkHashcheck the_validation ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2HashResponse
return Tpm2HashResponse

Tpm2HashResponse() public method

public Tpm2HashResponse ( ) : System
return System

Tpm2HashResponse() public method

public Tpm2HashResponse ( Tpm2HashResponse the_Tpm2HashResponse ) : System
the_Tpm2HashResponse Tpm2HashResponse
return System

Tpm2HashResponse() public method

public Tpm2HashResponse ( byte the_outHash, TkHashcheck the_validation ) : System
the_outHash byte results
the_validation TkHashcheck ticket indicating that the sequence of octets used to compute outDigest did not start with TPM_GENERATED_VALUE will be a NULL ticket if the digest may not be signed with a restricted key
return System