Tpm2Lib.TkAuth.TkAuth C# (CSharp) Method

TkAuth() public method

public TkAuth ( ) : System
return System
        public TkAuth()
        {
            tag = new TpmSt();
            hierarchy = new TpmHandle();
            digest = null;
        }
        public TkAuth(TkAuth the_TkAuth)

Same methods

TkAuth::TkAuth ( TkAuth the_TkAuth ) : System
TkAuth::TkAuth ( TpmSt the_tag, TpmHandle the_hierarchy, byte the_digest ) : System