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