10 references to StorePal
System.Security.Cryptography (10)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
833
using (IExportPal storePal =
StorePal
.FromCertificate(this))
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (7)
110
using (IExportPal storePal =
StorePal
.LinkFromCertificateCollection(this))
119
using (IExportPal storePal =
StorePal
.LinkFromCertificateCollection(this))
156
using (ILoaderPal storePal =
StorePal
.FromBlob(rawData, SafePasswordHandle.InvalidHandle, X509KeyStorageFlags.DefaultKeySet))
206
using (ILoaderPal storePal =
StorePal
.FromBlob(rawData, safePasswordHandle, keyStorageFlags))
217
using (ILoaderPal storePal =
StorePal
.FromFile(fileName, SafePasswordHandle.InvalidHandle, X509KeyStorageFlags.DefaultKeySet))
231
using (ILoaderPal storePal =
StorePal
.FromFile(fileName, safePasswordHandle, keyStorageFlags))
257
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);