3 writes to _protectionLevel
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (3)
16
_protectionLevel
= ConnectionOrientedTransportDefaults.ProtectionLevel;
21
_protectionLevel
= elementToBeCloned._protectionLevel;
34
_protectionLevel
= value;
4 references to _protectionLevel
System.ServiceModel.NetFramingBase (4)
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (4)
21
_protectionLevel = elementToBeCloned.
_protectionLevel
;
29
return
_protectionLevel
;
73
return (T)(object)new SecurityCapabilities(true, true, true,
_protectionLevel
,
_protectionLevel
);