Tpm2Lib.Context.Context C# (CSharp) Méthode

Context() public méthode

public Context ( ) : System
Résultat 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