2 overrides of IsMutuallyAuthenticated
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (1)
224
public override bool
IsMutuallyAuthenticated
=> IsAuthenticatedCore && _context.IsMutuallyAuthenticated;
System\Net\Security\SslStream.cs (1)
469
public override bool
IsMutuallyAuthenticated