Class ECDsaCertificateExtensions
Provides extension methods for retrieving ECDsa implementations for the
public and private keys of a X509Certificate2.
Inheritance
ECDsaCertificateExtensions
Assembly: CryptoPro.Security.Cryptography.dll
Syntax
public static class ECDsaCertificateExtensions
Methods
GetECDsaPrivateKey(CpX509Certificate2)
Gets the ECDsa private key from the certificate or null if the certificate does not have an ECDsa private key.
Declaration
public static CpECDsa GetECDsaPrivateKey(this CpX509Certificate2 certificate)
Parameters
Returns
GetECDsaPublicKey(CpX509Certificate2)
Gets the CpECDsa public key from the certificate or null if the certificate does not have an ECDsa public key.
Declaration
public static CpECDsa GetECDsaPublicKey(this CpX509Certificate2 certificate)
Parameters
Returns