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