12 references to ProtectionLevelHelper
System.ServiceModel.Primitives (12)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
458ProtectionLevel requestProtectionLevel = ProtectionLevelHelper.Max(thisSecurityCapability.SupportedRequestProtectionLevel, lowerSecurityCapability.SupportedRequestProtectionLevel); 459ProtectionLevel responseProtectionLevel = ProtectionLevelHelper.Max(thisSecurityCapability.SupportedResponseProtectionLevel, lowerSecurityCapability.SupportedResponseProtectionLevel);
System\ServiceModel\Description\ContractDescription.cs (1)
93if (!ProtectionLevelHelper.IsDefined(value))
System\ServiceModel\Description\FaultDescription.cs (1)
44if (!ProtectionLevelHelper.IsDefined(value))
System\ServiceModel\Description\MessageDescription.cs (1)
97if (!ProtectionLevelHelper.IsDefined(value))
System\ServiceModel\Description\MessagePartDescription.cs (1)
87if (!ProtectionLevelHelper.IsDefined(value))
System\ServiceModel\FaultContractAttribute.cs (1)
79if (!ProtectionLevelHelper.IsDefined(value))
System\ServiceModel\MessageContractAttribute.cs (1)
27if (!ProtectionLevelHelper.IsDefined(value))
System\ServiceModel\MessageContractMemberAttribute.cs (1)
73if (!ProtectionLevelHelper.IsDefined(value))
System\ServiceModel\OperationContractAttribute.cs (1)
60if (!ProtectionLevelHelper.IsDefined(value))
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
282bodyProtectionLevel = ProtectionLevelHelper.Max(bodyProtectionLevel, partProtectionLevel);
System\ServiceModel\ServiceContractAttribute.cs (1)
79if (!ProtectionLevelHelper.IsDefined(value))