3 references to DefaultProtectionLevel
System.ServiceModel (3)
System\ServiceModel\Configuration\NamedPipeTransportSecurityElement.cs (1)
18[ConfigurationProperty(ConfigurationStrings.ProtectionLevel, DefaultValue = NamedPipeTransportSecurity.DefaultProtectionLevel)]
System\ServiceModel\NamedPipeTransportSecurity.cs (1)
20this.protectionLevel = DefaultProtectionLevel;
System\ServiceModel\NetNamedPipeBinding.cs (1)
315if (this.security.Transport.ProtectionLevel != NamedPipeTransportSecurity.DefaultProtectionLevel)