8 references to WindowsDomain
System.ServiceModel (8)
System\ServiceModel\Channels\MsmqBindingElementBase.cs (2)
349if (this.MsmqTransportSecurity.MsmqAuthenticationMode == MsmqAuthenticationMode.WindowsDomain) 390this.MsmqTransportSecurity.MsmqAuthenticationMode = MsmqAuthenticationMode.WindowsDomain;
System\ServiceModel\Channels\MsmqChannelListenerBase.cs (1)
202else if (MsmqAuthenticationMode.WindowsDomain == this.ReceiveParameters.TransportSecurity.MsmqAuthenticationMode)
System\ServiceModel\Channels\MsmqOutputMessage.cs (1)
84if (MsmqAuthenticationMode.WindowsDomain == factory.MsmqTransportSecurity.MsmqAuthenticationMode)
System\ServiceModel\Channels\MsmqVerifier.cs (2)
143if (security.MsmqAuthenticationMode == MsmqAuthenticationMode.WindowsDomain && !Msmq.ActiveDirectoryEnabled) 155if (security.MsmqAuthenticationMode == MsmqAuthenticationMode.WindowsDomain)
System\ServiceModel\Channels\TransportDefaults.cs (1)
164internal const MsmqAuthenticationMode MsmqAuthenticationMode = System.ServiceModel.MsmqAuthenticationMode.WindowsDomain;
System\ServiceModel\Configuration\Properties.cs (1)
1977properties.Add(new ConfigurationProperty("msmqAuthenticationMode", typeof(System.ServiceModel.MsmqAuthenticationMode), System.ServiceModel.MsmqAuthenticationMode.WindowsDomain, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.MsmqAuthenticationModeHelper)), System.Configuration.ConfigurationPropertyOptions.None));