AuthenticationInfo Class

Definition

Abstracts the authentication components of the connection.

public ref class AuthenticationInfo
public class AuthenticationInfo
type AuthenticationInfo = class
Public Class AuthenticationInfo
Inheritance
AuthenticationInfo

Constructors

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.

Fields

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.

Properties

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.

Applies to