Tpm2Lib.Context.Context C# (CSharp) Method

Context() public method

public Context ( ) : System
return System
        public Context()
        {
            sequence = new ulong();
            savedHandle = new TpmHandle();
            hierarchy = new TpmHandle();
            contextBlob = null;
        }
        public Context(Context the_Context)

Same methods

Context::Context ( Context the_Context ) : System
Context::Context ( ulong the_sequence, TpmHandle the_savedHandle, TpmHandle the_hierarchy, byte the_contextBlob ) : System