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