2 writes to protectionLevel
System.ServiceModel (2)
System\ServiceModel\TcpTransportSecurity.cs (2)
28this.protectionLevel = DefaultProtectionLevel; 57this.protectionLevel = value;
4 references to protectionLevel
System.ServiceModel (4)
System\ServiceModel\TcpTransportSecurity.cs (4)
50get { return this.protectionLevel; } 97if (this.protectionLevel != ProtectionLevel.EncryptAndSign) 100SR.UnsupportedSslProtectionLevel, this.protectionLevel))); 143result.ProtectionLevel = this.protectionLevel;