22 references to ProtectionLevelHelper
dotnet-svcutil-lib (22)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElement.cs (1)
112if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (4)
419(ProtectionLevelHelper.IsStrongerOrEqual(supportedRequestProtectionLevel, defaultProtectionLevel) 420&& ProtectionLevelHelper.IsStrongerOrEqual(supportedResponseProtectionLevel, defaultProtectionLevel)); 496ProtectionLevel requestProtectionLevel = ProtectionLevelHelper.Max(thisSecurityCapability.SupportedRequestProtectionLevel, lowerSecurityCapability.SupportedRequestProtectionLevel); 497ProtectionLevel responseProtectionLevel = ProtectionLevelHelper.Max(thisSecurityCapability.SupportedResponseProtectionLevel, lowerSecurityCapability.SupportedResponseProtectionLevel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
39ProtectionLevelHelper.Validate(value);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs (1)
109if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\FaultDescription.cs (1)
75if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (1)
104if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescription.cs (1)
118if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (2)
608protectionLevel = ProtectionLevelHelper.Max(protectionLevel, messageDescription.Body.ReturnValue.ProtectionLevel); 617protectionLevel = ProtectionLevelHelper.Max(protectionLevel, part.ProtectionLevel);
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultContractAttribute.cs (1)
79if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageContractAttribute.cs (1)
29if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageContractMemberAttribute.cs (1)
78if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs (1)
28if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpContextBinding.cs (1)
63if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContractAttribute.cs (1)
67if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
288bodyProtectionLevel = ProtectionLevelHelper.Max(bodyProtectionLevel, partProtectionLevel);
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceContractAttribute.cs (1)
77if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (1)
49if (!ProtectionLevelHelper.IsDefined(value))
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpContextBinding.cs (1)
71if (!ProtectionLevelHelper.IsDefined(value))