1 implementation of CopyWithPrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
640
public ICertificatePal
CopyWithPrivateKey
(ECDsa privateKey)
1 reference to CopyWithPrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (1)
49
ICertificatePal pal = certificate.Pal.
CopyWithPrivateKey
(privateKey);