1 implementation of CopyWithPrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
622public ICertificatePal CopyWithPrivateKey(DSA privateKey)
1 reference to CopyWithPrivateKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\DSACertificateExtensions.cs (1)
58ICertificatePal pal = certificate.Pal.CopyWithPrivateKey(privateKey);