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)
20
this.protectionLevel =
DefaultProtectionLevel
;
System\ServiceModel\NetNamedPipeBinding.cs (1)
315
if (this.security.Transport.ProtectionLevel != NamedPipeTransportSecurity.
DefaultProtectionLevel
)