2 writes to _authentication
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
25
_authentication
= new X509ServiceCertificateAuthentication();
31
_authentication
= new X509ServiceCertificateAuthentication(other._authentication);
2 references to _authentication
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
31
_authentication = new X509ServiceCertificateAuthentication(other.
_authentication
);
71
return
_authentication
;