4 writes to _protectionLevel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (4)
25_protectionLevel = DefaultProtectionLevel; 53_protectionLevel = value; 89transportSecurity._protectionLevel = ProtectionLevel.EncryptAndSign; 125transportSecurity._protectionLevel = ((WindowsStreamSecurityBindingElement)transport).ProtectionLevel;
5 references to _protectionLevel
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (5)
46get { return _protectionLevel; } 71if (_protectionLevel != ProtectionLevel.EncryptAndSign) 74SRServiceModel.UnsupportedSslProtectionLevel, _protectionLevel))); 114result.ProtectionLevel = _protectionLevel; 139|| _protectionLevel != TcpTransportSecurity.DefaultProtectionLevel;