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

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

    Interface ICpCspAsymmetricAlgorithm

    An algorithm that implements Crypto API.

    Namespace: CryptoPro.Security.Cryptography
    Assembly: CryptoPro.Security.Cryptography.dll
    Syntax
    public interface ICpCspAsymmetricAlgorithm

    Properties

    CspKeyContainerInfo

    Declaration
    CpCspKeyContainerInfo CspKeyContainerInfo { get; }
    Property Value
    Type Description
    CpCspKeyContainerInfo

    Handle

    Gets a copy to a native HCRYPTPROV handle.

    Declaration
    nint Handle { get; }
    Property Value
    Type Description
    nint

    HandleNoDuplicate

    Gets a native HCRYPTPROV handle.

    Declaration
    nint HandleNoDuplicate { get; }
    Property Value
    Type Description
    nint

    KeySpec

    Gets a key specification.

    Declaration
    int KeySpec { get; }
    Property Value
    Type Description
    int

    Methods

    ExportCspBlob()

    Declaration
    byte[] ExportCspBlob()
    Returns
    Type Description
    byte[]

    ImportCspBlob(byte[])

    Declaration
    void ImportCspBlob(byte[] rawData)
    Parameters
    Type Name Description
    byte[] rawData
    В этом разделе
    Наверх Generated by DocFX