4 references to GetCertificateContext
System.Core (4)
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (3)
30
using (SafeCertContextHandle certificateContext = X509Native.
GetCertificateContext
(certificate))
72
using (SafeCertContextHandle safeCertContext = X509Native.
GetCertificateContext
(certificate))
115
SafeCertContextHandle safeCertContext = X509Native.
GetCertificateContext
(certificate);
System\Security\Cryptography\X509Certificates\RSACertificateExtensions.cs (1)
73
using (SafeCertContextHandle certificateContext = X509Native.
GetCertificateContext
(certificate))