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