Show / Hide Table of Contents

    Class SecurityConfiguration

    This class represents data security information, with a key that can be reference by any connection(s) that share the security information.

    Inheritance
    System.Object
    SecurityConfiguration
    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: ArgentSea
    Assembly: ArgentSea.dll
    Syntax
    public class SecurityConfiguration

    Properties

    | Improve this Doc View Source

    Password

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

    SecurityKey

    Used by data connection classes to identify the corresponding security information.

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

    UserName

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

    WindowsAuth

    Declaration
    public bool WindowsAuth { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX