C# Класс Tpm2Lib.Context

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

Private Properties

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

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

Метод Описание
Context ( ) : System
Context ( Context the_Context ) : System
Context ( ulong the_sequence, TpmHandle the_savedHandle, TpmHandle the_hierarchy, byte the_contextBlob ) : System
Copy ( ) : Context

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

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

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

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

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

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

public Context ( ulong the_sequence, TpmHandle the_savedHandle, TpmHandle the_hierarchy, byte the_contextBlob ) : System
the_sequence ulong the sequence number of the context NOTE Transient object contexts and session contexts used different counters.
the_savedHandle TpmHandle a handle indicating if the context is a session, object, or sequence object See Table 210 Context Handle Values
the_hierarchy TpmHandle the hierarchy of the context
the_contextBlob byte the context data and integrity HMAC
Результат System

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

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