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