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