6 references to LinkFromCertificateCollection
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\ChainPal.Windows.BuildChain.cs (1)
115
return ((StorePal)StorePal.
LinkFromCertificateCollection
(extraStore!)).SafeCertStoreHandle;
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
20
_storePal = (StorePal)StorePal.
LinkFromCertificateCollection
(findFrom);
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (4)
110
using (IExportPal storePal = StorePal.
LinkFromCertificateCollection
(this))
137
using (IExportPal storePal = StorePal.
LinkFromCertificateCollection
(this))
175
using (IExportPal storePal = StorePal.
LinkFromCertificateCollection
(this))
184
using (IExportPal storePal = StorePal.
LinkFromCertificateCollection
(this))