C# Класс Tpm2Lib.Tpm2HashResponse

Наследование: TpmStructureBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Copy ( ) : Tpm2HashResponse
Tpm2HashResponse ( ) : System
Tpm2HashResponse ( Tpm2HashResponse the_Tpm2HashResponse ) : System
Tpm2HashResponse ( byte the_outHash, TkHashcheck the_validation ) : System

Описание методов

Copy() публичный Метод

public Copy ( ) : Tpm2HashResponse
Результат Tpm2HashResponse

Tpm2HashResponse() публичный Метод

public Tpm2HashResponse ( ) : System
Результат System

Tpm2HashResponse() публичный Метод

public Tpm2HashResponse ( Tpm2HashResponse the_Tpm2HashResponse ) : System
the_Tpm2HashResponse Tpm2HashResponse
Результат System

Tpm2HashResponse() публичный Метод

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
Результат System