10 references to StorePal
System.Security.Cryptography (10)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
832using (IExportPal storePal = StorePal.FromCertificate(this))
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (7)
110using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this)) 119using (IExportPal storePal = StorePal.LinkFromCertificateCollection(this)) 155using (ILoaderPal storePal = StorePal.FromBlob(rawData, safePasswordHandle, X509KeyStorageFlags.DefaultKeySet)) 202using (ILoaderPal storePal = StorePal.FromBlob(rawData, safePasswordHandle, keyStorageFlags)) 213using (ILoaderPal storePal = StorePal.FromFile(fileName, safePasswordHandle, X509KeyStorageFlags.DefaultKeySet)) 226using (ILoaderPal storePal = StorePal.FromFile(fileName, safePasswordHandle, keyStorageFlags)) 251using (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);