C# Класс Tpm2Lib.Tpm2PolicySignedResponse

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2PolicySignedResponse
Tpm2PolicySignedResponse ( ) : System
Tpm2PolicySignedResponse ( Tpm2PolicySignedResponse the_Tpm2PolicySignedResponse ) : System
Tpm2PolicySignedResponse ( byte the_timeout, TkAuth the_policyTicket ) : System

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

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

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

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

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

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

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

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

public Tpm2PolicySignedResponse ( byte the_timeout, TkAuth the_policyTicket ) : System
the_timeout byte implementation-specific time value, used to indicate to the TPM when the ticket expires NOTE If policyTicket is a NULL Ticket, then this shall be the Empty Buffer.
the_policyTicket TkAuth produced if the command succeeds and expiration in the command was non-zero; this ticket will use the TPMT_ST_AUTH_SIGNED structure tag. See 23.2.5
Результат System