20 references to SafeX509StoreHandle
System.Security.Cryptography (20)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs (2)
91SafeX509StoreHandle ctx, 152internal static void X509StoreSetVerifyTime(SafeX509StoreHandle ctx, DateTime verifyTime)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs (7)
144private static partial SafeX509StoreHandle CryptoNative_X509ChainNew(SafeX509StackHandle systemTrust, SafeX509StackHandle userTrust); 146internal static SafeX509StoreHandle X509ChainNew(SafeX509StackHandle systemTrust, SafeX509StackHandle userTrust) 148SafeX509StoreHandle store = CryptoNative_X509ChainNew(systemTrust, userTrust); 165internal static partial bool X509StoreAddCrl(SafeX509StoreHandle ctx, SafeX509CrlHandle x); 169private static partial bool CryptoNative_X509StoreSetRevocationFlag(SafeX509StoreHandle ctx, X509RevocationFlag revocationFlag); 171internal static void X509StoreSetRevocationFlag(SafeX509StoreHandle ctx, X509RevocationFlag revocationFlag) 183SafeX509StoreHandle store,
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs (2)
38out SafeX509StoreHandle newStore); 42out SafeX509StoreHandle? newStore)
System\Security\Cryptography\X509Certificates\OpenSslCrlCache.cs (4)
30SafeX509StoreHandle store, 75private static bool AddCachedCrl(string crlFileName, SafeX509StoreHandle store, DateTime verificationTime) 97private static bool AddCachedCrlCore(string crlFile, SafeX509StoreHandle store, DateTime verificationTime) 206SafeX509StoreHandle store,
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (5)
46private SafeX509StoreHandle _store; 55SafeX509StoreHandle store, 105SafeX509StoreHandle? store = null; 144private static SafeX509StoreHandle GetTrustStore( 729SafeX509StoreHandle? newStore;