3 writes to _certificate
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (3)
25
_certificate
= other._certificate;
38
_certificate
= value;
58
_certificate
= SecurityUtils.GetCertificateFromStore(storeName, storeLocation, findType, findValue, null);
2 references to _certificate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateInitiatorClientCredential.cs (2)
25
_certificate = other.
_certificate
;
33
return
_certificate
;