C# Класс Tpm2Lib.Tpm2ReadPublicResponse

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

Private Properties

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

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

Метод Описание
Copy ( ) : Tpm2ReadPublicResponse
Tpm2ReadPublicResponse ( ) : System
Tpm2ReadPublicResponse ( Tpm2ReadPublicResponse the_Tpm2ReadPublicResponse ) : System
Tpm2ReadPublicResponse ( TpmPublic the_outPublic, byte the_name, byte the_qualifiedName ) : System

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

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

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

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

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

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

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

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

public Tpm2ReadPublicResponse ( TpmPublic the_outPublic, byte the_name, byte the_qualifiedName ) : System
the_outPublic TpmPublic structure containing the public area of an object
the_name byte name of the object
the_qualifiedName byte the Qualified Name of the object
Результат System