7 references to HasProtectionLevel
System.ServiceModel (5)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
141else if (operation.HasProtectionLevel)
System\ServiceModel\Description\OperationDescription.cs (1)
131return this.HasProtectionLevel;
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
469if (operationDescription.HasProtectionLevel)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
439if (operation.HasProtectionLevel)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
230if (operation.HasProtectionLevel)
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowService.cs (2)
1147if ((!targetOperation.HasProtectionLevel && receiveActivity.ProtectionLevel.HasValue && receiveActivity.ProtectionLevel != Net.Security.ProtectionLevel.None) 1151string targetProtectionLevelString = targetOperation.HasProtectionLevel ?