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