6 references to CreateCertContextHandle
System.Security.Cryptography.Pkcs (6)
Internal\Cryptography\Pal\Windows\DecryptorPalWindows.Decrypt.cs (2)
124using (SafeCertContextHandle hCertContext = cert.CreateCertContextHandle()) 228using (SafeCertContextHandle hCertContext = originatorCert.CreateCertContextHandle())
Internal\Cryptography\Pal\Windows\PkcsPalWindows.cs (2)
85using (SafeCertContextHandle hCertContext = certificate.CreateCertContextHandle()) 217using (SafeCertContextHandle hCertContext = cert.CreateCertContextHandle())
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (2)
253using (SafeCertContextHandle hCertContext = recipient.Certificate.CreateCertContextHandle()) 338using (SafeCertContextHandle hCertContext = recipient.Certificate.CreateCertContextHandle())