1 implementation of CopyWithPrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.PrivateKey.cs (1)
145public ICertificatePal CopyWithPrivateKey(ECDsa ecdsa)
1 reference to CopyWithPrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (1)
49ICertificatePal pal = certificate.Pal.CopyWithPrivateKey(privateKey);