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