3 implementations of IStorePal
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\StorePal.Windows.cs (1)
11internal sealed partial class StorePal : IDisposable, IStorePal, IExportPal, ILoaderPal
System\Security\Cryptography\X509Certificates\StorePal.Windows.Export.cs (1)
12internal sealed partial class StorePal : IDisposable, IStorePal, IExportPal, ILoaderPal
System\Security\Cryptography\X509Certificates\StorePal.Windows.Import.cs (1)
11internal sealed partial class StorePal : IDisposable, IStorePal, IExportPal, ILoaderPal
7 references to IStorePal
System.Security.Cryptography (7)
System\Security\Cryptography\X509Certificates\StorePal.cs (2)
11internal static partial IStorePal FromHandle(IntPtr storeHandle); 28internal static partial IStorePal FromSystemStore(
System\Security\Cryptography\X509Certificates\StorePal.Windows.cs (2)
15internal static partial IStorePal FromHandle(IntPtr storeHandle) 93SafeHandle IStorePal.SafeHandle
System\Security\Cryptography\X509Certificates\StorePal.Windows.Import.cs (1)
192internal static partial IStorePal FromSystemStore(string storeName, StoreLocation storeLocation, OpenFlags openFlags)
System\Security\Cryptography\X509Certificates\X509Store.cs (2)
15private IStorePal? _storePal; 210IStorePal? storePal = _storePal;