6 instantiations of StorePal
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (1)
430
using (StorePal resultsStore = new
StorePal
(findResults))
System\Security\Cryptography\X509Certificates\StorePal.Windows.cs (1)
29
var pal = new
StorePal
(certStoreHandle);
System\Security\Cryptography\X509Certificates\StorePal.Windows.Import.cs (4)
114
return new
StorePal
(certStore);
142
return new
StorePal
(certStore);
183
return new
StorePal
(certStore);
212
return new
StorePal
(certStore);
21 references to StorePal
System.Security.Cryptography (21)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (3)
550
using (IExportPal storePal =
StorePal
.FromCertificate(this))
560
using (IExportPal storePal =
StorePal
.FromCertificate(this))
568
using (IExportPal storePal =
StorePal
.FromCertificate(this))
System\Security\Cryptography\X509Certificates\ChainPal.Windows.BuildChain.cs (2)
115
return ((
StorePal
)
StorePal
.LinkFromCertificateCollection(extraStore!)).SafeCertStoreHandle;
System\Security\Cryptography\X509Certificates\FindPal.Windows.cs (4)
14
private readonly
StorePal
_storePal;
20
_storePal = (
StorePal
)
StorePal
.LinkFromCertificateCollection(findFrom);
430
using (
StorePal
resultsStore = new StorePal(findResults))
System\Security\Cryptography\X509Certificates\StorePal.Windows.cs (1)
29
var
pal = new StorePal(certStoreHandle);
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (9)
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))
221
using (ILoaderPal storePal =
StorePal
.FromBlob(rawData, SafePasswordHandle.InvalidHandle, X509KeyStorageFlags.DefaultKeySet))
271
using (ILoaderPal storePal =
StorePal
.FromBlob(rawData, safePasswordHandle, keyStorageFlags))
282
using (ILoaderPal storePal =
StorePal
.FromFile(fileName, SafePasswordHandle.InvalidHandle, X509KeyStorageFlags.DefaultKeySet))
296
using (ILoaderPal storePal =
StorePal
.FromFile(fileName, safePasswordHandle, keyStorageFlags))
322
using (ILoaderPal storePal =
StorePal
.FromFile(fileName, safePasswordHandle, keyStorageFlags))
System\Security\Cryptography\X509Certificates\X509Store.cs (2)
81
_storePal =
StorePal
.FromHandle(storeHandle);
108
_storePal =
StorePal
.FromSystemStore(Name!, Location, flags);