Share via


AuthenticationInfo 클래스

Abstracts the authentication components of the connection.

상속 계층

System.Object
  Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfo

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Public Class AuthenticationInfo
‘사용 방법
Dim instance As AuthenticationInfo
public class AuthenticationInfo
public ref class AuthenticationInfo
type AuthenticationInfo =  class end
public class AuthenticationInfo

AuthenticationInfo 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 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.

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

필드

  이름 설명
보호된 필드 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.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스