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