КриптоПро .NET
Search Results for

    Показать/Скрыть содержание

    Class ECDsaCertificateExtensions

    Provides extension methods for retrieving ECDsa implementations for the public and private keys of a X509Certificate2.

    Inheritance
    object
    ECDsaCertificateExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CryptoPro.Security.Cryptography.X509Certificates
    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
    Type Name Description
    CpX509Certificate2 certificate
    Returns
    Type Description
    CpECDsa

    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
    Type Name Description
    CpX509Certificate2 certificate
    Returns
    Type Description
    CpECDsa
    В этом разделе
    Наверх Generated by DocFX