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)
12
private
X509ServiceCertificateAuthentication
_authentication;
13
private
X509ServiceCertificateAuthentication
_sslCertificateAuthentication;
67
public
X509ServiceCertificateAuthentication
Authentication
75
public
X509ServiceCertificateAuthentication
SslCertificateAuthentication
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (1)
28
internal X509ServiceCertificateAuthentication(
X509ServiceCertificateAuthentication
other)