3 writes to protectionLevel
System.ServiceModel (3)
System\ServiceModel\NamedPipeTransportSecurity.cs (3)
20
this.
protectionLevel
= DefaultProtectionLevel;
33
this.
protectionLevel
= value;
46
transportSecurity.
protectionLevel
= wssbe.ProtectionLevel;
2 references to protectionLevel
System.ServiceModel (2)
System\ServiceModel\NamedPipeTransportSecurity.cs (2)
26
get { return this.
protectionLevel
; }
40
result.ProtectionLevel = this.
protectionLevel
;