1 implementation of CopyWithPrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
660
public ICertificatePal
CopyWithPrivateKey
(ECDiffieHellman privateKey)
1 reference to CopyWithPrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
769
ICertificatePal pal = Pal.
CopyWithPrivateKey
(privateKey);