1 write to ClientCredentialType
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebHttpSecurityElement.cs (1)
90this.Transport.ClientCredentialType = security.ClientCredentialType;
2 references to ClientCredentialType
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpTransportSecurityElement.cs (1)
65security.ClientCredentialType = this.ClientCredentialType;
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebHttpSecurityElement.cs (1)
75security.ClientCredentialType = this.Transport.ClientCredentialType;