C# Класс Tpm2Lib.PcrValue

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

Private Properties

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

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

Метод Описание
Copy ( ) : PcrValue
Event ( byte dataToExtend ) : TpmHash
PcrValue ( ) : System
PcrValue ( PcrValue the_PcrValue ) : System
PcrValue ( uint the_index, TpmHash the_value ) : System

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

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

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

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

public Event ( byte dataToExtend ) : TpmHash
dataToExtend byte
Результат TpmHash

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

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

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

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

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

public PcrValue ( uint the_index, TpmHash the_value ) : System
the_index uint PCR Index
the_value TpmHash PCR Value
Результат System