5 references to CertificateHelpers
System.Security.Cryptography (5)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
423CspParameters? parameters = CertificateHelpers.GetPrivateKeyCsp(_certContext);
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (4)
195public ICertificatePal CopyWithPrivateKey(MLDsa privateKey) => CertificateHelpers.CopyWithPrivateKey(this, privateKey); 288return CertificateHelpers.GetPrivateKey<T>(this, createCsp, createCng); 291private CertificatePal? CopyWithPersistedCngKey(CngKey cngKey) => CertificateHelpers.CopyWithPersistedCngKey(this, cngKey); 293private CertificatePal CopyWithEphemeralKey(CngKey cngKey) => CertificateHelpers.CopyWithEphemeralKey(this, cngKey);