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
;
50
return
_defaultCertificate
;