11 references to SafeX509StoreHandle
System.Net.Quic (11)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs (2)
87
SafeX509StoreHandle
ctx,
125
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)