8 references to Windows
System.ServiceModel (7)
System\ServiceModel\Configuration\Properties.cs (1)
4619
properties.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)
28
value == HttpClientCredentialType.
Windows
||
52
case HttpClientCredentialType.
Windows
:
83
result = HttpClientCredentialType.
Windows
;
System\ServiceModel\WSHttpSecurity.cs (2)
33
transportSecurity.ClientCredentialType = HttpClientCredentialType.
Windows
;
152
return this.Transport.ClientCredentialType != HttpClientCredentialType.
Windows
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebServiceHost.cs (1)
359
whb.Security.Transport.ClientCredentialType = HttpClientCredentialType.
Windows
;