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