3 writes to clientCredentialType
System.ServiceModel (3)
System\ServiceModel\HttpTransportSecurity.cs (3)
27
this.
clientCredentialType
= DefaultClientCredentialType;
42
this.
clientCredentialType
= value;
105
transportSecurity.
clientCredentialType
= HttpClientCredentialTypeHelper.MapToClientCredentialType(http.AuthenticationScheme);
4 references to clientCredentialType
System.ServiceModel (4)
System\ServiceModel\HttpTransportSecurity.cs (4)
35
get { return this.
clientCredentialType
; }
97
http.AuthenticationScheme = HttpClientCredentialTypeHelper.MapToAuthenticationScheme(this.
clientCredentialType
);
129
https.RequireClientCertificate = (this.
clientCredentialType
== HttpClientCredentialType.Certificate);
141
if (this.
clientCredentialType
== HttpClientCredentialType.Certificate)