Ejemplo n.º 1
0
        /// <summary>
        /// Negotiates Start-TLS with the other endpoint.
        /// </summary>
        public override void StartTLS()
        {
            m_sock.StartTLS();
            AsyncSocket s = ASock;

            Debug.Assert(s != null);
            m_listener[Options.REMOTE_CERTIFICATE] = s.RemoteCertificate;
        }