8 references to Windows
System.ServiceModel (7)
System\ServiceModel\Configuration\Properties.cs (1)
4619properties.Add(new ConfigurationProperty("clientCredentialType", typeof(System.ServiceModel.HttpClientCredentialType), System.ServiceModel.HttpClientCredentialType.Windows, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.HttpClientCredentialTypeHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\WSHttpTransportSecurityElement.cs (1)
19[ConfigurationProperty(ConfigurationStrings.ClientCredentialType, DefaultValue = HttpClientCredentialType.Windows)]
System\ServiceModel\HttpClientCredentialType.cs (3)
28value == HttpClientCredentialType.Windows || 52case HttpClientCredentialType.Windows: 83result = HttpClientCredentialType.Windows;
System\ServiceModel\WSHttpSecurity.cs (2)
33transportSecurity.ClientCredentialType = HttpClientCredentialType.Windows; 152return this.Transport.ClientCredentialType != HttpClientCredentialType.Windows
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebServiceHost.cs (1)
359whb.Security.Transport.ClientCredentialType = HttpClientCredentialType.Windows;