10 instantiations of X509ServiceCertificateAuthentication
Binding.UDS.IntegrationTests (1)
UDSBindingTests.cs (1)
118factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new System.ServiceModel.Security.X509ServiceCertificateAuthentication
Security.TransportSecurity.IntegrationTests (6)
Https\HttpsTests.4.1.0.cs (2)
246factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new X509ServiceCertificateAuthentication(); 549factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new X509ServiceCertificateAuthentication();
Https\HttpsTests.4.1.1.cs (4)
42factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new X509ServiceCertificateAuthentication(); 93factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new X509ServiceCertificateAuthentication(); 151factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new X509ServiceCertificateAuthentication(); 196factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new X509ServiceCertificateAuthentication();
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (3)
24Authentication = new X509ServiceCertificateAuthentication(); 30Authentication = new X509ServiceCertificateAuthentication(other.Authentication); 33_sslCertificateAuthentication = new X509ServiceCertificateAuthentication(other._sslCertificateAuthentication);
4 references to X509ServiceCertificateAuthentication
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (3)
13private X509ServiceCertificateAuthentication _sslCertificateAuthentication; 60public X509ServiceCertificateAuthentication Authentication { get; } 62public X509ServiceCertificateAuthentication SslCertificateAuthentication
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (1)
33internal X509ServiceCertificateAuthentication(X509ServiceCertificateAuthentication other)