3 instantiations of X509ServiceCertificateAuthentication
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (3)
25_authentication = new X509ServiceCertificateAuthentication(); 31_authentication = new X509ServiceCertificateAuthentication(other._authentication); 34_sslCertificateAuthentication = new X509ServiceCertificateAuthentication(other._sslCertificateAuthentication);
5 references to X509ServiceCertificateAuthentication
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (4)
12private X509ServiceCertificateAuthentication _authentication; 13private X509ServiceCertificateAuthentication _sslCertificateAuthentication; 67public X509ServiceCertificateAuthentication Authentication 75public X509ServiceCertificateAuthentication SslCertificateAuthentication
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (1)
28internal X509ServiceCertificateAuthentication(X509ServiceCertificateAuthentication other)