C# Класс Tpm2Lib.Tpm2NvReadRequest

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2NvReadRequest
Tpm2NvReadRequest ( ) : System
Tpm2NvReadRequest ( Tpm2NvReadRequest the_Tpm2NvReadRequest ) : System
Tpm2NvReadRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, ushort the_size, ushort the_offset ) : System

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

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

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

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

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

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

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

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

public Tpm2NvReadRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, ushort the_size, ushort the_offset ) : System
the_authHandle TpmHandle the handle indicating the source of the authorization value Auth Index: 1 Auth Role: USER
the_nvIndex TpmHandle the NV Index to be read Auth Index: None
the_size ushort number of octets to read
the_offset ushort octet offset into the area This value shall be less than or equal to the size of the nvIndex data.
Результат System