3 writes to ProtectionLevel
System.ServiceModel (3)
System\ServiceModel\Configuration\TcpTransportSecurityElement.cs (1)
58security.ProtectionLevel = this.ProtectionLevel;
System\ServiceModel\TcpTransportSecurity.cs (2)
116transportSecurity.ProtectionLevel = ProtectionLevel.EncryptAndSign; 155transportSecurity.ProtectionLevel = ((WindowsStreamSecurityBindingElement)transport).ProtectionLevel;
2 references to ProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Configuration\TcpTransportSecurityElement.cs (1)
70SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ProtectionLevel, security.ProtectionLevel);
System\ServiceModel\TcpTransportSecurity.cs (1)
170|| this.ProtectionLevel != TcpTransportSecurity.DefaultProtectionLevel