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