3 writes to ProtectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
121windowsBindingElement.ProtectionLevel = (ProtectionLevel)Enum.Parse(typeof(ProtectionLevel), protectionLevelString);
FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs (1)
39result.ProtectionLevel = this._protectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (1)
114result.ProtectionLevel = _protectionLevel;
4 references to ProtectionLevel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
137protectionLevelElement.AppendChild(document.CreateTextNode(this.ProtectionLevel.ToString()));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
43_protectionLevel = bindingElement.ProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs (1)
45transportSecurity._protectionLevel = wssbe.ProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (1)
125transportSecurity._protectionLevel = ((WindowsStreamSecurityBindingElement)transport).ProtectionLevel;