1 write to ProtectionLevel
System.ServiceModel (1)
System\ServiceModel\Configuration\WindowsStreamSecurityElement.cs (1)
56
this.
ProtectionLevel
= source.ProtectionLevel;
2 references to ProtectionLevel
System.ServiceModel (2)
System\ServiceModel\Configuration\WindowsStreamSecurityElement.cs (2)
33
windowsBindingElement.ProtectionLevel = this.
ProtectionLevel
;
56
this.ProtectionLevel = source.
ProtectionLevel
;