5 references to IsAuthenticatedCore
System.Net.Security (5)
System\Net\Security\NegotiateStream.cs (5)
219public override bool IsAuthenticated => IsAuthenticatedCore; 224public override bool IsMutuallyAuthenticated => IsAuthenticatedCore && _context.IsMutuallyAuthenticated; 226public override bool IsEncrypted => IsAuthenticatedCore && _context.IsEncrypted; 228public override bool IsSigned => IsAuthenticatedCore && (_context.IsSigned || _context.IsEncrypted); 721if (authSuccessCheck && !IsAuthenticatedCore)