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