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