2 writes to ProtectionLevel
System.ServiceModel (1)
System\ServiceModel\Configuration\NamedPipeTransportSecurityElement.cs (1)
32
security.
ProtectionLevel
= this.ProtectionLevel;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowInstanceManagementBehavior.cs (1)
86
ProtectionLevel
= ProtectionLevel.Sign
3 references to ProtectionLevel
System.ServiceModel (3)
System\ServiceModel\Configuration\NamedPipeTransportSecurityElement.cs (1)
41
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ProtectionLevel, security.
ProtectionLevel
);
System\ServiceModel\NetNamedPipeBinding.cs (1)
315
if (this.security.Transport.
ProtectionLevel
!= NamedPipeTransportSecurity.DefaultProtectionLevel)
System\ServiceModel\NetNamedPipeSecurity.cs (1)
80
if (this.transport.
ProtectionLevel
== ConnectionOrientedTransportDefaults.ProtectionLevel)