C# Класс Tpm2Lib.Tpm2PcrAllocateResponse

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2PcrAllocateResponse
Tpm2PcrAllocateResponse ( ) : System
Tpm2PcrAllocateResponse ( Tpm2PcrAllocateResponse the_Tpm2PcrAllocateResponse ) : System
Tpm2PcrAllocateResponse ( byte the_allocationSuccess, uint the_maxPCR, uint the_sizeNeeded, uint the_sizeAvailable ) : System

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

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

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

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

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

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

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

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

public Tpm2PcrAllocateResponse ( byte the_allocationSuccess, uint the_maxPCR, uint the_sizeNeeded, uint the_sizeAvailable ) : System
the_allocationSuccess byte YES if the allocation succeeded
the_maxPCR uint maximum number of PCR that may be in a bank
the_sizeNeeded uint number of octets required to satisfy the request
the_sizeAvailable uint Number of octets available. Computed before the allocation.
Результат System