5 references to MsmqAuthenticationMode
System.ServiceModel (5)
System\ServiceModel\Configuration\MsmqTransportSecurityElement.cs (1)
19[ConfigurationProperty(ConfigurationStrings.MsmqAuthenticationMode, DefaultValue = MsmqDefaults.MsmqAuthenticationMode)]
System\ServiceModel\MsmqIntegration\MsmqIntegrationBinding.cs (1)
81if (this.security.Transport.MsmqAuthenticationMode != MsmqDefaults.MsmqAuthenticationMode ||
System\ServiceModel\MsmqTransportSecurity.cs (2)
22this.msmqAuthenticationMode = MsmqDefaults.MsmqAuthenticationMode; 46[DefaultValue(MsmqDefaults.MsmqAuthenticationMode)]
System\ServiceModel\NetMsmqBinding.cs (1)
151if (this.security.Transport.MsmqAuthenticationMode != MsmqDefaults.MsmqAuthenticationMode ||