Show / Hide Table of Contents

    Interface IPrivateKey

    Namespace: Catalyst.Abstractions.Cryptography
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IPrivateKey

    Properties

    | Improve this Doc View Source

    Bytes

    Declaration
    byte[] Bytes { get; }
    Property Value
    Type Description
    System.Byte[]

    Methods

    | Improve this Doc View Source

    GetPublicKey()

    Declaration
    IPublicKey GetPublicKey()
    Returns
    Type Description
    IPublicKey
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network