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