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
;
478
binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.
Certificate
;
537
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)
123
https.RequireClientCertificate = (_clientCredentialType == HttpClientCredentialType.
Certificate
);
131
transportSecurity.ClientCredentialType = HttpClientCredentialType.
Certificate
;
137
if (_clientCredentialType == HttpClientCredentialType.
Certificate
)
146
if (HttpClientCredentialTypeHelper.MapToClientCredentialType(http.AuthenticationScheme) == HttpClientCredentialType.
Certificate
)
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpsBindingTest.cs (1)
71
binding.Security.Transport.ClientCredentialType = HttpClientCredentialType.
Certificate
;