5 references to Max
System.ServiceModel (5)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
910
ProtectionLevel requestProtectionLevel = ProtectionLevelHelper.
Max
(thisSecurityCapability.SupportedRequestProtectionLevel, lowerSecurityCapability.SupportedRequestProtectionLevel);
911
ProtectionLevel responseProtectionLevel = ProtectionLevelHelper.
Max
(thisSecurityCapability.SupportedResponseProtectionLevel, lowerSecurityCapability.SupportedResponseProtectionLevel);
System\ServiceModel\Description\OperationGenerator.cs (2)
611
protectionLevel = ProtectionLevelHelper.
Max
(protectionLevel, messageDescription.Body.ReturnValue.ProtectionLevel);
620
protectionLevel = ProtectionLevelHelper.
Max
(protectionLevel, part.ProtectionLevel);
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
294
bodyProtectionLevel = ProtectionLevelHelper.
Max
(bodyProtectionLevel, partProtectionLevel);