1 instantiation of SafeSharedX509StackHandle
System.Net.Security (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (1)
101internal static readonly SafeSharedX509StackHandle InvalidHandle = new SafeSharedX509StackHandle();
9 references to SafeSharedX509StackHandle
System.Net.Security (9)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Crypto.cs (1)
69internal static partial bool PushX509StackField(SafeSharedX509StackHandle stack, SafeX509Handle x509);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
676internal static SafeSharedX509StackHandle GetPeerCertificateChain(SafeSslHandle context)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.Ssl.cs (1)
126internal static partial SafeSharedX509StackHandle SslGetPeerCertChain(SafeSslHandle ssl);
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509Stack.cs (3)
22internal static partial int GetX509StackFieldCount(SafeSharedX509StackHandle stack); 36internal static partial IntPtr GetX509StackField(SafeSharedX509StackHandle stack, int loc); 101internal static readonly SafeSharedX509StackHandle InvalidHandle = new SafeSharedX509StackHandle();
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.X509StoreCtx.cs (2)
59private static partial SafeSharedX509StackHandle X509StoreCtxGetSharedUntrusted_private(SafeX509StoreCtxHandle ctx); 61internal static SafeSharedX509StackHandle X509StoreCtxGetSharedUntrusted(SafeX509StoreCtxHandle ctx)
System\Net\CertificateValidationPal.Unix.cs (1)
57using (SafeSharedX509StackHandle chainStack =