3 implementations of IStorePal
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (1)
13
internal sealed class OpenSslCachedSystemStoreProvider :
IStorePal
System\Security\Cryptography\X509Certificates\OpenSslDirectoryBasedStoreProvider.cs (1)
15
internal sealed class OpenSslDirectoryBasedStoreProvider :
IStorePal
System\Security\Cryptography\X509Certificates\UnsupportedDisallowedStore.cs (1)
12
internal sealed class UnsupportedDisallowedStore :
IStorePal
9 references to IStorePal
System.Security.Cryptography (9)
System\Security\Cryptography\X509Certificates\OpenSslDirectoryBasedStoreProvider.cs (2)
252
SafeHandle?
IStorePal
.SafeHandle
383
internal static
IStorePal
OpenDisallowedStore(OpenFlags openFlags)
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.OpenSsl.cs (2)
13
internal static partial
IStorePal
FromHandle(IntPtr storeHandle)
141
internal static partial
IStorePal
FromSystemStore(string storeName, StoreLocation storeLocation, OpenFlags openFlags)
System\Security\Cryptography\X509Certificates\UnsupportedDisallowedStore.cs (1)
56
SafeHandle?
IStorePal
.SafeHandle { get; }
System\Security\Cryptography\X509Certificates\X509Store.cs (2)
15
private
IStorePal
? _storePal;
210
IStorePal
? storePal = _storePal;