C# Класс Tpm2Lib.AuthCommand

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

Private Properties

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

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

Метод Описание
AuthCommand ( ) : System
AuthCommand ( AuthCommand the_AuthCommand ) : System
AuthCommand ( TpmHandle the_sessionHandle, byte the_nonce, SessionAttr the_sessionAttributes, byte the_hmac ) : System
Copy ( ) : AuthCommand

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

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

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

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

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

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

public AuthCommand ( TpmHandle the_sessionHandle, byte the_nonce, SessionAttr the_sessionAttributes, byte the_hmac ) : System
the_sessionHandle TpmHandle the session handle
the_nonce byte the session nonce, may be the Empty Buffer
the_sessionAttributes SessionAttr the session attributes
the_hmac byte either an HMAC, a password, or an EmptyAuth
Результат System

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

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