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 SourcePassword
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SecurityKey
Used by data connection classes to identify the corresponding security information.
Declaration
public string SecurityKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WindowsAuth
Declaration
public bool WindowsAuth { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |