Tpm2Lib.SessionOut.SessionOut C# (CSharp) Method

SessionOut() public method

public SessionOut ( ) : System
return System
        public SessionOut()
        {
            nonceTpm = null;
            attributes = new SessionAttr();
            auth = null;
        }
        public SessionOut(SessionOut the_SessionOut)

Same methods

SessionOut::SessionOut ( SessionOut the_SessionOut ) : System
SessionOut::SessionOut ( byte the_nonceTpm, SessionAttr the_attributes, byte the_auth ) : System