3 writes to protectionLevel
System.ServiceModel (3)
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (3)
25
this.
protectionLevel
= ConnectionOrientedTransportDefaults.ProtectionLevel;
31
this.
protectionLevel
= elementToBeCloned.protectionLevel;
44
this.
protectionLevel
= value;
6 references to protectionLevel
System.ServiceModel (6)
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (6)
31
this.protectionLevel = elementToBeCloned.
protectionLevel
;
39
return this.
protectionLevel
;
120
return (T)(object)new SecurityCapabilities(true, true, true,
protectionLevel
,
protectionLevel
);
204
if (this.
protectionLevel
!= security.
protectionLevel
)