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