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)
81
if (this.security.Transport.MsmqAuthenticationMode != MsmqDefaults.
MsmqAuthenticationMode
||
System\ServiceModel\MsmqTransportSecurity.cs (2)
22
this.msmqAuthenticationMode = MsmqDefaults.
MsmqAuthenticationMode
;
46
[DefaultValue(MsmqDefaults.
MsmqAuthenticationMode
)]
System\ServiceModel\NetMsmqBinding.cs (1)
151
if (this.security.Transport.MsmqAuthenticationMode != MsmqDefaults.
MsmqAuthenticationMode
||