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