C# Class Tpm2Lib.Tpm2HashResponse

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2HashResponse
Tpm2HashResponse ( ) : System
Tpm2HashResponse ( Tpm2HashResponse the_Tpm2HashResponse ) : System
Tpm2HashResponse ( byte the_outHash, TkHashcheck the_validation ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2HashResponse
Résultat Tpm2HashResponse

Tpm2HashResponse() public méthode

public Tpm2HashResponse ( ) : System
Résultat System

Tpm2HashResponse() public méthode

public Tpm2HashResponse ( Tpm2HashResponse the_Tpm2HashResponse ) : System
the_Tpm2HashResponse Tpm2HashResponse
Résultat System

Tpm2HashResponse() public méthode

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