2 references to IsMutuallyAuthenticated
System.Net.Security (2)
System\Net\Security\NegotiateAuthentication.cs (1)
248else if (_requiredMutualAuthentication && !IsMutuallyAuthenticated)
System\Net\Security\NegotiateStream.cs (1)
224public override bool IsMutuallyAuthenticated => IsAuthenticatedCore && _context.IsMutuallyAuthenticated;