5 references to CertificatePal
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
34
return new
CertificatePal
(safeCertContextHandle, deleteKeyContainer);
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.Import.cs (1)
108
CertificatePal pal = new
CertificatePal
(pCertContext, deleteKeyContainer);
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Windows.cs (3)
139
CertificatePal pal = new
CertificatePal
(bestCert, deleteThisKeyContainer);
169
CertificatePal pal = new
CertificatePal
(nextCert.Duplicate(), deleteThis);
217
CertificatePal pal = new
CertificatePal
(singleContext, deleteKeyContainer: false);