12 references to Certificate
Security.TransportSecurity.IntegrationTests (5)
Https\HttpsTests.4.1.0.cs (5)
37
basicHttpsBinding.Security.Transport.ClientCredentialType = HttpClientCredentialType.
Certificate
;
369
basicHttpsBinding.Security.Transport.ClientCredentialType = HttpClientCredentialType.
Certificate
;
418
basicHttpsBinding.Security.Transport.ClientCredentialType = HttpClientCredentialType.
Certificate
;
479
binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.
Certificate
;
539
binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.
Certificate
;
System.ServiceModel.Http (6)
System\ServiceModel\HttpClientCredentialType.cs (2)
31
value == HttpClientCredentialType.
Certificate
||
40
case HttpClientCredentialType.
Certificate
:
System\ServiceModel\HttpTransportSecurity.cs (4)
116
https.RequireClientCertificate = (_clientCredentialType == HttpClientCredentialType.
Certificate
);
124
transportSecurity.ClientCredentialType = HttpClientCredentialType.
Certificate
;
130
if (_clientCredentialType == HttpClientCredentialType.
Certificate
)
139
if (HttpClientCredentialTypeHelper.MapToClientCredentialType(http.AuthenticationScheme) == HttpClientCredentialType.
Certificate
)
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpsBindingTest.cs (1)
71
binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.
Certificate
;