Show / Hide Table of Contents

    Class SigningContextProvider

    Inheritance
    System.Object
    SigningContextProvider
    Implements
    ISigningContextProvider
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Catalyst.Core.Modules.Keystore
    Assembly: Catalyst.Core.Modules.Keystore.dll
    Syntax
    public class SigningContextProvider : ISigningContextProvider

    Constructors

    | Improve this Doc View Source

    SigningContextProvider(NetworkType, SignatureType)

    Declaration
    public SigningContextProvider(NetworkType networkType, SignatureType signatureType)
    Parameters
    Type Name Description
    NetworkType networkType
    SignatureType signatureType
    | Improve this Doc View Source

    SigningContextProvider(SigningContext)

    Declaration
    public SigningContextProvider(SigningContext signingContext)
    Parameters
    Type Name Description
    SigningContext signingContext

    Properties

    | Improve this Doc View Source

    SigningContext

    Declaration
    public SigningContext SigningContext { get; }
    Property Value
    Type Description
    SigningContext

    Implements

    ISigningContextProvider
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network