ECDsaCertificateExtensions Class

Definition

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