3 references to IsIntegrityFlag
System (3)
net\System\Net\SecureProtocols\_NegoState.cs (3)
274return IsAuthenticated && (_Context.IsIntegrityFlag || _Context.IsConfidentialityFlag); 289return (_Context.IsConfidentialityFlag || _Context.IsIntegrityFlag); 537ProtectionLevel result = _Context.IsConfidentialityFlag? ProtectionLevel.EncryptAndSign: _Context.IsIntegrityFlag? ProtectionLevel.Sign: ProtectionLevel.None;