C# Класс Tpm2Lib.Tpm2CreateRequest

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2CreateRequest
Tpm2CreateRequest ( ) : System
Tpm2CreateRequest ( Tpm2CreateRequest the_Tpm2CreateRequest ) : System
Tpm2CreateRequest ( TpmHandle the_parentHandle, SensitiveCreate the_inSensitive, byte the_inPublic, byte the_outsideInfo, PcrSelection the_creationPCR ) : System

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

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

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

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

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

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

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

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

public Tpm2CreateRequest ( TpmHandle the_parentHandle, SensitiveCreate the_inSensitive, byte the_inPublic, byte the_outsideInfo, PcrSelection the_creationPCR ) : System
the_parentHandle TpmHandle handle of parent for new object Auth Index: 1 Auth Role: USER
the_inSensitive SensitiveCreate the sensitive data
the_inPublic byte the public template
the_outsideInfo byte data that will be included in the creation data for this object to provide permanent, verifiable linkage between this object and some object owner data
the_creationPCR PcrSelection PCR that will be used in creation data
Результат System