Search Results for

    Show / Hide Table of Contents

    Class CredentialsConfiguration

    Credentials Configuration

    Inheritance
    Object
    CredentialsConfiguration
    Namespace: Gossip.Configuration
    Assembly: Gossip.dll
    Syntax
    public class CredentialsConfiguration : object

    Constructors

    | Improve this Doc View Source

    CredentialsConfiguration()

    Credentials Configuration Constructor

    Declaration
    public CredentialsConfiguration()
    | Improve this Doc View Source

    CredentialsConfiguration(String, String)

    Credentials Configuration Constructor

    Declaration
    public CredentialsConfiguration(string username, string password)
    Parameters
    Type Name Description
    String username

    Username for database connection

    String password

    Password for database connection

    Properties

    | Improve this Doc View Source

    Password

    Database connection password

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Username

    Database connection username

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX