1 implementation of CopyWithPrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
195
public ICertificatePal
CopyWithPrivateKey
(MLDsa privateKey) => CertificateHelpers.CopyWithPrivateKey(this, privateKey);
1 reference to CopyWithPrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
980
ICertificatePal pal = Pal.
CopyWithPrivateKey
(privateKey);