2 overrides of IsAuthenticated
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (1)
219public override bool IsAuthenticated => IsAuthenticatedCore;
System\Net\Security\SslStream.cs (1)
462public override bool IsAuthenticated => IsValidContext && _exception == null && _handshakeCompleted;