2 references to ConvertStoreToSafeHandle
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\ChainPal.Windows.BuildChain.cs (2)
36
using (SafeCertStoreHandle extraStoreHandle =
ConvertStoreToSafeHandle
(extraStore))
93
using (SafeCertStoreHandle customTrustStoreHandle =
ConvertStoreToSafeHandle
(customTrustStore, true))