3 references to FromFile
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (3)
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))