4 instantiations of X509CertificateEndpointIdentity
Binding.UDS.IntegrationTests (1)
UDSBindingTests.cs (1)
118var identity = new X509CertificateEndpointIdentity(cert);
Security.TransportSecurity.IntegrationTests (2)
Https\HttpsTests.4.1.0.cs (2)
289var identity = new X509CertificateEndpointIdentity(serviceCertificate); 330var identity = new X509CertificateEndpointIdentity(ServiceUtilHelper.ClientCertificate);
System.ServiceModel.Primitives (1)
System\ServiceModel\EndpointIdentity.cs (1)
173readIdentity = new X509CertificateEndpointIdentity(reader);
10 references to X509CertificateEndpointIdentity
Binding.UDS.IntegrationTests (1)
UDSBindingTests.cs (1)
118var identity = new X509CertificateEndpointIdentity(cert);
Security.TransportSecurity.IntegrationTests (2)
Https\HttpsTests.4.1.0.cs (2)
289var identity = new X509CertificateEndpointIdentity(serviceCertificate); 330var identity = new X509CertificateEndpointIdentity(ServiceUtilHelper.ClientCertificate);
System.ServiceModel.Http (7)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
256X509CertificateEndpointIdentity remoteCertificateIdentity = to.Identity as X509CertificateEndpointIdentity;
System\ServiceModel\Channels\HttpsChannelFactory.cs (2)
71X509CertificateEndpointIdentity certificateIdentity = 72remoteAddress.Identity as X509CertificateEndpointIdentity;
System\ServiceModel\Channels\HttpTransportSecurityHelpers.cs (3)
37if (identity != null && !(identity is X509CertificateEndpointIdentity)) 60X509CertificateEndpointIdentity remoteCertificateIdentity = to.Identity as X509CertificateEndpointIdentity;