14 references to StorePal
System.Security.Cryptography (14)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (3)
833using (IExportPal storePal = StorePal.FromCertificate(this)) 843using (IExportPal storePal = StorePal.FromCertificate(this)) 851using (IExportPal storePal = StorePal.FromCertificate(this))
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (9)
110using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this)) 137using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this)) 175using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this)) 184using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this)) 221using (ILoaderPal storePal = StorePal.FromBlob(rawData, SafePasswordHandle.InvalidHandle, X509KeyStorageFlags.DefaultKeySet)) 271using (ILoaderPal storePal = StorePal.FromBlob(rawData, safePasswordHandle, keyStorageFlags)) 282using (ILoaderPal storePal = StorePal.FromFile(fileName, SafePasswordHandle.InvalidHandle, X509KeyStorageFlags.DefaultKeySet)) 296using (ILoaderPal storePal = StorePal.FromFile(fileName, safePasswordHandle, keyStorageFlags)) 322using (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);