13 references to IsAuthenticated
System (13)
net\System\Net\_TLSstream.cs (7)
138if (!m_Worker.IsAuthenticated) 164if (!m_Worker.IsAuthenticated) 233if (!m_Worker.IsAuthenticated) 271if (!m_Worker.IsAuthenticated) 345if (!m_Worker.IsAuthenticated) 374if (!m_Worker.IsAuthenticated) 443if (m_Worker.IsAuthenticated)
net\System\Net\SecureProtocols\_SslState.cs (3)
204IsAuthenticated && 277return IsAuthenticated && (SecureStream.DataAvailable || _QueuedReadCount != 0); 459if (authSuccessCheck && !IsAuthenticated) {
net\System\Net\SecureProtocols\SslStream.cs (3)
314return _SslState.IsAuthenticated; 427return _SslState.IsAuthenticated && InnerStream.CanRead; 439return _SslState.IsAuthenticated && InnerStream.CanWrite && !_SslState.IsShutdown;