3 writes to ProtectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
121
windowsBindingElement.
ProtectionLevel
= (ProtectionLevel)Enum.Parse(typeof(ProtectionLevel), protectionLevelString);
FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs (1)
39
result.
ProtectionLevel
= this._protectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (1)
114
result.
ProtectionLevel
= _protectionLevel;
4 references to ProtectionLevel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (1)
137
protectionLevelElement.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)
45
transportSecurity._protectionLevel = wssbe.
ProtectionLevel
;
FrameworkFork\System.ServiceModel\System\ServiceModel\TcpTransportSecurity.cs (1)
125
transportSecurity._protectionLevel = ((WindowsStreamSecurityBindingElement)transport).
ProtectionLevel
;