6 references to LinkFromCertificateCollection
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\ChainPal.Windows.BuildChain.cs (1)
115return ((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)
110using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this)) 137using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this)) 175using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this)) 184using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this))