2 writes to _protectionLevel
System.ServiceModel.NetTcp (2)
System\ServiceModel\TcpTransportSecurity.cs (2)
26_protectionLevel = DefaultProtectionLevel; 56_protectionLevel = value;
5 references to _protectionLevel
System.ServiceModel.NetTcp (5)
System\ServiceModel\TcpTransportSecurity.cs (5)
48get { return _protectionLevel; } 96if (_protectionLevel != ProtectionLevel.EncryptAndSign) 99SR.UnsupportedSslProtectionLevel, _protectionLevel))); 139result.ProtectionLevel = _protectionLevel; 147|| _protectionLevel != TcpTransportSecurity.DefaultProtectionLevel;