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