Show / Hide Table of Contents

    Interface IAuthCredentials

    Inherited Members
    IAuditable.Created
    IAuditable.Modified
    IDocument.DocumentId
    Namespace: Catalyst.Abstractions.Rpc.Authentication
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IAuthCredentials : IAuditable, IDocument

    Properties

    | Improve this Doc View Source

    IpAddress

    Gets or sets the ip address.

    Declaration
    string IpAddress { get; set; }
    Property Value
    Type Description
    System.String

    The ip address.

    | Improve this Doc View Source

    PublicKey

    Gets or sets the public key.

    Declaration
    string PublicKey { get; set; }
    Property Value
    Type Description
    System.String

    The public key.

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