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