6 references to NewX509Stack
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\OpenSslCachedDirectoryStoreProvider.cs (1)
57
SafeX509StackHandle newColl = Interop.Crypto.
NewX509Stack
();
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (2)
148
SafeX509StackHandle rootStore = Interop.Crypto.
NewX509Stack
();
150
SafeX509StackHandle intermedStore = Interop.Crypto.
NewX509Stack
();
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
96
using (SafeX509StackHandle certs = Interop.Crypto.
NewX509Stack
())
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (2)
111
untrusted = Interop.Crypto.
NewX509Stack
();
152
using (SafeX509StackHandle customTrust = Interop.Crypto.
NewX509Stack
())