AuthenticationInfo クラス

定義

接続の認証要素を抽象化します。

public ref class AuthenticationInfo
public class AuthenticationInfo
type AuthenticationInfo = class
Public Class AuthenticationInfo
継承
AuthenticationInfo

コンストラクター

名前 説明
AuthenticationInfo()

AuthenticationInfo クラスの新しいインスタンスを初期化します。

AuthenticationInfo(String, String, String, Int32, Boolean)

認証、ユーザー、パスワード、認証の種類、認証の有無などの指定ラベルでAuthenticationInfoクラスの新しいインスタンスを初期化Windows。

フィールド

名前 説明
authLabel

接続で使用される認証ラベルを指定する値を定義します。

authType

接続で使用される認証の種類を指定する値を定義します。

isWindowsAuth

ユーザーがMicrosoft Windows-Integrated認証されているかどうかを示す値を定義します。

pwdLabel

パスワードのラベルを表す文字列を定義します。

usrLabel

ユーザーのラベルを表す文字列を定義します。

プロパティ

名前 説明
AuthenticationLabel

認証ラベルを決定する値を取得または設定します。

AuthenticationType

認証の種類を決定する値を取得または設定します。

IsWindowsAuthentication

ユーザーがMicrosoft Windows-Integrated認証されているかどうかを示す値を取得または設定します。

PasswordLabel

パスワードのラベルを表す指定されたテキストを取得したり設定したりします。

UserLabel

パスワードのラベルを表す指定されたテキストを取得したり設定したりします。

適用対象