C# Класс Tpm2Lib.Tpm2PcrReadResponse

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2PcrReadResponse
Tpm2PcrReadResponse ( ) : System
Tpm2PcrReadResponse ( Tpm2PcrReadResponse the_Tpm2PcrReadResponse ) : System
Tpm2PcrReadResponse ( uint the_pcrUpdateCounter, PcrSelection the_pcrSelectionOut, Tpm2bDigest the_pcrValues ) : System

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

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

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

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

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

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

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

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

public Tpm2PcrReadResponse ( uint the_pcrUpdateCounter, PcrSelection the_pcrSelectionOut, Tpm2bDigest the_pcrValues ) : System
the_pcrUpdateCounter uint the current value of the PCR update counter
the_pcrSelectionOut PcrSelection the PCR in the returned list
the_pcrValues Tpm2bDigest the contents of the PCR indicated in pcrSelectOut-> pcrSelection[] as tagged digests
Результат System