2 overrides of IsSigned
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (1)
231public override bool IsSigned => IsAuthenticatedCore && (_context.IsSigned || _context.IsEncrypted);
System\Net\Security\SslStream.cs (1)
477public override bool IsSigned => IsAuthenticated;