C# Класс Tpm2Lib.Tpm2PpCommandsRequest

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2PpCommandsRequest
Tpm2PpCommandsRequest ( ) : System
Tpm2PpCommandsRequest ( Tpm2PpCommandsRequest the_Tpm2PpCommandsRequest ) : System
Tpm2PpCommandsRequest ( TpmHandle the_auth, TpmCc the_setList, TpmCc the_clearList ) : System

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

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

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

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

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

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

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

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

public Tpm2PpCommandsRequest ( TpmHandle the_auth, TpmCc the_setList, TpmCc the_clearList ) : System
the_auth TpmHandle TPM_RH_PLATFORM+PP Auth Index: 1 Auth Role: USER + Physical Presence
the_setList TpmCc list of commands to be added to those that will require that Physical Presence be asserted
the_clearList TpmCc list of commands that will no longer require that Physical Presence be asserted
Результат System