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