4 references to IsStrongerOrEqual
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
833
(ProtectionLevelHelper.
IsStrongerOrEqual
(supportedRequestProtectionLevel, defaultProtectionLevel)
834
&& ProtectionLevelHelper.
IsStrongerOrEqual
(supportedResponseProtectionLevel, defaultProtectionLevel));
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (2)
555
requestValidated = ProtectionLevelHelper.
IsStrongerOrEqual
(capabilities.SupportedRequestProtectionLevel, request);
559
responseValidated = ProtectionLevelHelper.
IsStrongerOrEqual
(capabilities.SupportedResponseProtectionLevel, response);