24 references to SafeX509StoreHandle
System.Net.Security (24)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\LibraryImports.g.cs (13)
1993
private static partial int CryptoNative_X509StoreSetVerifyTime(global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
ctx, long unixTime)
2000
global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
>.ManagedToUnmanagedIn __ctx_native__marshaller = new();
6373
private static partial global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
CryptoNative_X509ChainNew(global::Microsoft.Win32.SafeHandles.SafeX509StackHandle systemTrust, global::Microsoft.Win32.SafeHandles.SafeX509StackHandle userTrust)
6380
global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
__retVal = default;
6383
global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
>.ManagedToUnmanagedOut __retVal_native__marshaller = new();
6438
internal static partial bool X509StoreAddCrl(global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
ctx, global::Microsoft.Win32.SafeHandles.SafeX509CrlHandle x)
6448
global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
>.ManagedToUnmanagedIn __ctx_native__marshaller = new();
6484
private static partial bool CryptoNative_X509StoreSetRevocationFlag(global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
ctx, global::System.Security.Cryptography.X509Certificates.X509RevocationFlag revocationFlag)
6492
global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
>.ManagedToUnmanagedIn __ctx_native__marshaller = new();
6525
internal static partial bool X509StoreCtxInit(global::Microsoft.Win32.SafeHandles.SafeX509StoreCtxHandle ctx, global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
store, global::Microsoft.Win32.SafeHandles.SafeX509Handle x509, global::Microsoft.Win32.SafeHandles.SafeX509StackHandle extraCerts)
6538
global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
>.ManagedToUnmanagedIn __store_native__marshaller = new();
7742
private static partial int CryptoNative_X509StoreCtxResetForSignatureError(global::Microsoft.Win32.SafeHandles.SafeX509StoreCtxHandle ctx, out global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
newStore)
7752
global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.Win32.SafeHandles.
SafeX509StoreHandle
>.ManagedToUnmanagedOut __newStore_native__marshaller = new();
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs (2)
92
SafeX509StoreHandle
ctx,
147
internal static void X509StoreSetVerifyTime(
SafeX509StoreHandle
ctx, DateTimeOffset verifyTime)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509.cs (7)
130
private static partial
SafeX509StoreHandle
CryptoNative_X509ChainNew(SafeX509StackHandle systemTrust, SafeX509StackHandle userTrust);
132
internal static
SafeX509StoreHandle
X509ChainNew(SafeX509StackHandle systemTrust, SafeX509StackHandle userTrust)
134
SafeX509StoreHandle
store = CryptoNative_X509ChainNew(systemTrust, userTrust);
151
internal static partial bool X509StoreAddCrl(
SafeX509StoreHandle
ctx, SafeX509CrlHandle x);
155
private static partial bool CryptoNative_X509StoreSetRevocationFlag(
SafeX509StoreHandle
ctx, X509RevocationFlag revocationFlag);
157
internal static void X509StoreSetRevocationFlag(
SafeX509StoreHandle
ctx, X509RevocationFlag revocationFlag)
169
SafeX509StoreHandle
store,
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs (2)
38
out
SafeX509StoreHandle
newStore);
42
out
SafeX509StoreHandle
? newStore)