2 writes to protectionLevel
System.ServiceModel (2)
System\ServiceModel\TcpTransportSecurity.cs (2)
28
this.
protectionLevel
= DefaultProtectionLevel;
57
this.
protectionLevel
= value;
4 references to protectionLevel
System.ServiceModel (4)
System\ServiceModel\TcpTransportSecurity.cs (4)
50
get { return this.
protectionLevel
; }
97
if (this.
protectionLevel
!= ProtectionLevel.EncryptAndSign)
100
SR.UnsupportedSslProtectionLevel, this.
protectionLevel
)));
143
result.ProtectionLevel = this.
protectionLevel
;