3 references to IsSigned
System.Net.Security (3)
System\Net\Security\NegotiateAuthentication.cs (1)
97!IsSigned ? ProtectionLevel.None :
System\Net\Security\NegotiateStream.cs (2)
231public override bool IsSigned => IsAuthenticatedCore && (_context.IsSigned || _context.IsEncrypted); 248private bool CanGetSecureStream => _context!.IsEncrypted || _context.IsSigned;