ECDsaCertificateExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for retrieving ECDsa implementations for the public and private keys of a X509Certificate2 certificate.
public ref class ECDsaCertificateExtensions abstract sealed
public static class ECDsaCertificateExtensions
type ECDsaCertificateExtensions = class
Public Module ECDsaCertificateExtensions
- Inheritance
-
ECDsaCertificateExtensions
Methods
CopyWithPrivateKey(X509Certificate2, ECDsa) |
Combines a private key with the public key of an ECDsa certificate to generate a new ECDSA certificate. |
GetECDsaPrivateKey(X509Certificate2) |
Gets the ECDsa private key from the X509Certificate2 certificate. |
GetECDsaPublicKey(X509Certificate2) |
Gets the ECDsa public key from the X509Certificate2 certificate. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.