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