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