4 writes to msmqAuthenticationMode
System.ServiceModel (4)
System\ServiceModel\MsmqTransportSecurity.cs (4)
22
this.
msmqAuthenticationMode
= MsmqDefaults.MsmqAuthenticationMode;
32
this.
msmqAuthenticationMode
= other.MsmqAuthenticationMode;
54
this.
msmqAuthenticationMode
= value;
96
this.
msmqAuthenticationMode
= MsmqAuthenticationMode.None;
2 references to msmqAuthenticationMode
System.ServiceModel (2)
System\ServiceModel\MsmqTransportSecurity.cs (2)
42
return this.
msmqAuthenticationMode
!= MsmqAuthenticationMode.None && this.msmqProtectionLevel != ProtectionLevel.None;
49
get { return this.
msmqAuthenticationMode
; }