C# Класс Tpm2Lib.Tpm2PolicySecretRequest

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2PolicySecretRequest
Tpm2PolicySecretRequest ( ) : System
Tpm2PolicySecretRequest ( Tpm2PolicySecretRequest the_Tpm2PolicySecretRequest ) : System
Tpm2PolicySecretRequest ( TpmHandle the_authHandle, TpmHandle the_policySession, byte the_nonceTPM, byte the_cpHashA, byte the_policyRef, int the_expiration ) : System

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

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

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

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

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

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

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

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

public Tpm2PolicySecretRequest ( TpmHandle the_authHandle, TpmHandle the_policySession, byte the_nonceTPM, byte the_cpHashA, byte the_policyRef, int the_expiration ) : System
the_authHandle TpmHandle handle for an entity providing the authorization Auth Index: 1 Auth Role: USER
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_nonceTPM byte the policy nonce for the session This can be the Empty Buffer.
the_cpHashA byte digest of the command parameters to which this authorization is limited This not the cpHash for this command but the cpHash for the command to which this policy session will be applied. If it is not limited, the parameter will be the Empty Buffer.
the_policyRef byte a reference to a policy relating to the authorization may be the Empty Buffer Size is limited to be no larger than the nonce size supported on the TPM.
the_expiration int time when authorization will expire, measured in seconds from the time that nonceTPM was generated If expiration is non-negative, a NULL Ticket is returned. See 23.2.5.
Результат System