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

SessionIn() public méthode

public SessionIn ( ) : System
Résultat System
        public SessionIn()
        {
            handle = new TpmHandle();
            nonceCaller = null;
            attributes = new SessionAttr();
            auth = null;
        }
        public SessionIn(SessionIn the_SessionIn)

Same methods

SessionIn::SessionIn ( SessionIn the_SessionIn ) : System
SessionIn::SessionIn ( TpmHandle the_handle, byte the_nonceCaller, SessionAttr the_attributes, byte the_auth ) : System