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)
27this.clientCredentialType = DefaultClientCredentialType; 177return this.ClientCredentialType != DefaultClientCredentialType;