5 references to IsAuthenticatedCore
System.Net.Security (5)
System\Net\Security\NegotiateStream.cs (5)
219public override bool IsAuthenticated => IsAuthenticatedCore; 225IsAuthenticatedCore && 229public override bool IsEncrypted => IsAuthenticatedCore && _context.IsEncrypted; 231public override bool IsSigned => IsAuthenticatedCore && (_context.IsSigned || _context.IsEncrypted); 715if (authSuccessCheck && !IsAuthenticatedCore)