3 writes to _defaultCertificate
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (3)
37_defaultCertificate = other._defaultCertificate; 55_defaultCertificate = value; 104_defaultCertificate = SecurityUtils.GetCertificateFromStore(storeName, storeLocation, findType, findValue, null);
2 references to _defaultCertificate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
37_defaultCertificate = other._defaultCertificate; 50return _defaultCertificate;