5 references to ProtectionLevel
System.ServiceModel (5)
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (2)
25this.protectionLevel = ConnectionOrientedTransportDefaults.ProtectionLevel; 34[DefaultValue(ConnectionOrientedTransportDefaults.ProtectionLevel)]
System\ServiceModel\Configuration\WindowsStreamSecurityElement.cs (1)
20[ConfigurationProperty(ConfigurationStrings.ProtectionLevel, DefaultValue = ConnectionOrientedTransportDefaults.ProtectionLevel)]
System\ServiceModel\NamedPipeTransportSecurity.cs (1)
23[DefaultValue(ConnectionOrientedTransportDefaults.ProtectionLevel)]
System\ServiceModel\NetNamedPipeSecurity.cs (1)
80if (this.transport.ProtectionLevel == ConnectionOrientedTransportDefaults.ProtectionLevel)