C# Класс Tpm2Lib.Tpm2PolicyTicketRequest

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2PolicyTicketRequest
Tpm2PolicyTicketRequest ( ) : System
Tpm2PolicyTicketRequest ( Tpm2PolicyTicketRequest the_Tpm2PolicyTicketRequest ) : System
Tpm2PolicyTicketRequest ( TpmHandle the_policySession, byte the_timeout, byte the_cpHashA, byte the_policyRef, byte the_authName, TkAuth the_ticket ) : System

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

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

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

Tpm2PolicyTicketRequest() публичный метод

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

Tpm2PolicyTicketRequest() публичный метод

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

Tpm2PolicyTicketRequest() публичный метод

public Tpm2PolicyTicketRequest ( TpmHandle the_policySession, byte the_timeout, byte the_cpHashA, byte the_policyRef, byte the_authName, TkAuth the_ticket ) : System
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_timeout byte time when authorization will expire The contents are TPM specific. This shall be the value returned when ticket was produced.
the_cpHashA byte digest of the command parameters to which this authorization is limited If it is not limited, the parameter will be the Empty Buffer.
the_policyRef byte reference to a qualifier for the policy may be the Empty Buffer
the_authName byte name of the object that provided the authorization
the_ticket TkAuth an authorization ticket returned by the TPM in response to a TPM2_PolicySigned() or TPM2_PolicySecret()
Результат System