5 references to PushX509StackField
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (2)
251if (!Interop.Crypto.PushX509StackField(rootStore, tmp)) 269if (!Interop.Crypto.PushX509StackField(intermedStore, tmp))
System\Security\Cryptography\X509Certificates\OpenSslExportProvider.cs (1)
82if (!Interop.Crypto.PushX509StackField(publicCerts, certHandle))
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (2)
1291if (!Interop.Crypto.PushX509StackField(stack, tmp)) 1305if (!Interop.Crypto.PushX509StackField(stack, tmp))