AuthenticationInfo Class
Abstracts the authentication components of the connection.
Assembly: ConnectionDlg (in ConnectionDlg.dll)
| Name | Description | |
|---|---|---|
![]() | AuthenticationInfo() | Initializes a new instance of the AuthenticationInfo class. |
![]() | AuthenticationInfo(String^, String^, String^, Int32, Boolean) | Initializes a new instance of the AuthenticationInfo class with the specified label of authentication, user, password, type of authentication, and whether Windows is authenticated. |
| Name | Description | |
|---|---|---|
![]() | AuthenticationLabel | Gets or sets a value that determines the label of authentication. |
![]() | AuthenticationType | Gets or sets a value that determines the type of authentication. |
![]() | IsWindowsAuthentication | Gets or sets a value indicating whether the user is authenticated with Microsoft Windows-Integrated authentication. |
![]() | PasswordLabel | Gets or sets the specified text that represents the label of the password. |
![]() | UserLabel | Gets or sets the specified text that represents the label of the password. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | authLabel | Defines a value that specifies the label of authentication used on a connection. |
![]() | authType | Defines a value that specifies the type of authentication used on a connection. |
![]() | isWindowsAuth | Defines a value indicating whether the user is authenticated with Microsoft Windows-Integrated authentication. |
![]() | pwdLabel | Defines a string that represents the label of the password. |
![]() | usrLabel | Defines a string that represents the label of the user. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



