C# Class Tpm2Lib.Context

Inheritance: TpmStructureBase
Show file Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public Context ( ) : System
return System

Context() public method

public Context ( Context the_Context ) : System
the_Context Context
return System

Context() public method

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
return System

Copy() public method

public Copy ( ) : Context
return Context