4 writes to msmqProtectionLevel
System.ServiceModel (4)
System\ServiceModel\MsmqTransportSecurity.cs (4)
25
this.
msmqProtectionLevel
= MsmqDefaults.MsmqProtectionLevel;
35
this.
msmqProtectionLevel
= other.MsmqProtectionLevel;
90
this.
msmqProtectionLevel
= value;
97
this.
msmqProtectionLevel
= ProtectionLevel.None;
2 references to msmqProtectionLevel
System.ServiceModel (2)
System\ServiceModel\MsmqTransportSecurity.cs (2)
42
return this.msmqAuthenticationMode != MsmqAuthenticationMode.None && this.
msmqProtectionLevel
!= ProtectionLevel.None;
85
get { return this.
msmqProtectionLevel
; }