14 references to StorePal
System.Security.Cryptography (14)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (3)
833
using (IExportPal storePal =
StorePal
.FromCertificate(this))
843
using (IExportPal storePal =
StorePal
.FromCertificate(this))
851
using (IExportPal storePal =
StorePal
.FromCertificate(this))
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);