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