C# Класс Tpm2Lib.Tpm2CreatePrimaryResponse

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2CreatePrimaryResponse
Tpm2CreatePrimaryResponse ( ) : System
Tpm2CreatePrimaryResponse ( Tpm2CreatePrimaryResponse the_Tpm2CreatePrimaryResponse ) : System
Tpm2CreatePrimaryResponse ( TpmHandle the_objectHandle, TpmPublic the_outPublic, CreationData the_creationData, byte the_creationHash, TkCreation the_creationTicket, byte the_name ) : System

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

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

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

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

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

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

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

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

public Tpm2CreatePrimaryResponse ( TpmHandle the_objectHandle, TpmPublic the_outPublic, CreationData the_creationData, byte the_creationHash, TkCreation the_creationTicket, byte the_name ) : System
the_objectHandle TpmHandle handle of type TPM_HT_TRANSIENT for created Primary Object
the_outPublic TpmPublic the public portion of the created object
the_creationData CreationData contains a TPMT_CREATION_DATA
the_creationHash byte digest of creationData using nameAlg of outPublic
the_creationTicket TkCreation ticket used by TPM2_CertifyCreation() to validate that the creation data was produced by the TPM
the_name byte the name of the created object
Результат System