3 references to DefaultClientCredentialType
System.ServiceModel (3)
System\ServiceModel\Configuration\HttpTransportSecurityElement.cs (1)
21
[ConfigurationProperty(ConfigurationStrings.ClientCredentialType, DefaultValue = HttpTransportSecurity.
DefaultClientCredentialType
)]
System\ServiceModel\HttpTransportSecurity.cs (2)
27
this.clientCredentialType =
DefaultClientCredentialType
;
177
return this.ClientCredentialType !=
DefaultClientCredentialType
;