Show / Hide Table of Contents

    Class LogOnCredentials

    Provides login credentials to be used for user authentication.

    Inheritance
    Object
    LogOnCredentials
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Services
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class LogOnCredentials

    Constructors

    LogOnCredentials()

    Declaration
    public LogOnCredentials()

    Properties

    Password

    Gets or sets the password.

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    String

    UserName

    Gets or sets the user name.

    Declaration
    public string UserName { get; set; }
    Property Value
    Type Description
    String
    Back to top Nevatech Sentinet 6.5 Online Documentation