C# Class Tpm2Lib.Context

Inheritance: TpmStructureBase
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Context ( ) : System
Context ( Context the_Context ) : System
Context ( ulong the_sequence, TpmHandle the_savedHandle, TpmHandle the_hierarchy, byte the_contextBlob ) : System
Copy ( ) : Context

Method Details

Context() public méthode

public Context ( ) : System
Résultat System

Context() public méthode

public Context ( Context the_Context ) : System
the_Context Context
Résultat System

Context() public méthode

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
Résultat System

Copy() public méthode

public Copy ( ) : Context
Résultat Context