C# Класс Tpm2Lib.Tpm2PolicyNVRequest

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2PolicyNVRequest
Tpm2PolicyNVRequest ( ) : System
Tpm2PolicyNVRequest ( Tpm2PolicyNVRequest the_Tpm2PolicyNVRequest ) : System
Tpm2PolicyNVRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, TpmHandle the_policySession, byte the_operandB, ushort the_offset, Eo the_operation ) : System

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

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

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

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

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

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

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

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

public Tpm2PolicyNVRequest ( TpmHandle the_authHandle, TpmHandle the_nvIndex, TpmHandle the_policySession, byte the_operandB, ushort the_offset, Eo the_operation ) : System
the_authHandle TpmHandle handle indicating the source of the authorization value Auth Index: 1 Auth Role: USER
the_nvIndex TpmHandle the NV Index of the area to read Auth Index: None
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_operandB byte the second operand
the_offset ushort the offset in the NV Index for the start of operand A
the_operation Eo the comparison to make
Результат System