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