LdapConnection コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > LdapConnection コンストラクタの意味・解説 

LdapConnection コンストラクタ (LdapDirectoryIdentifier, NetworkCredential, AuthType)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

LdapConnection(LdapDirectoryIdentifier,NetworkCredential,AuthType) コンストラクタは、指定したディレクトリ識別子ネットワーク資格情報、および認証種類使用して、LdapConnection クラスインスタンス作成します

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Public Sub New ( _
    identifier As LdapDirectoryIdentifier, _
    credential As NetworkCredential, _
    authType As AuthType _
)
Dim identifier As LdapDirectoryIdentifier
Dim credential As NetworkCredential
Dim authType As AuthType

Dim instance As New LdapConnection(identifier,
 credential, authType)
public LdapConnection (
    LdapDirectoryIdentifier identifier,
    NetworkCredential credential,
    AuthType authType
)
public:
LdapConnection (
    LdapDirectoryIdentifier^ identifier, 
    NetworkCredential^ credential, 
    AuthType authType
)
public LdapConnection (
    LdapDirectoryIdentifier identifier, 
    NetworkCredential credential, 
    AuthType authType
)
public function LdapConnection (
    identifier : LdapDirectoryIdentifier, 
    credential : NetworkCredential, 
    authType : AuthType
)

パラメータ

identifier

サーバー指定する LdapDirectoryIdentifier オブジェクト

credential

使用する資格情報指定する NetworkCredential オブジェクト

authType

使用する認証種類指定する AuthType 値。

例外例外
例外種類条件

LdapException

接続ブロック作成できない、またはサーバーとの接続を開くことができない場合スローさます。

InvalidEnumArgumentException

authType範囲外場合スローさます。

ArgumentException

authType匿名指定されているのに credential資格情報指定されている場合スローさます。

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
LdapConnection クラス
LdapConnection メンバ
System.DirectoryServices.Protocols 名前空間

LdapConnection コンストラクタ (String)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

LdapConnection(String) コンストラクタは、指定されサーバー使用して、LdapConnection クラスインスタンス作成します

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

例外例外
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
LdapConnection クラス
LdapConnection メンバ
System.DirectoryServices.Protocols 名前空間

LdapConnection コンストラクタ (LdapDirectoryIdentifier, NetworkCredential)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

LdapConnection(LdapDirectoryIdentifier,NetworkCredential) コンストラクタは、指定されディレクトリ識別子ネットワーク資格情報使用して、LdapConnection クラスインスタンス作成しますネゴシエート認証使用されます。

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Public Sub New ( _
    identifier As LdapDirectoryIdentifier, _
    credential As NetworkCredential _
)
Dim identifier As LdapDirectoryIdentifier
Dim credential As NetworkCredential

Dim instance As New LdapConnection(identifier,
 credential)
public LdapConnection (
    LdapDirectoryIdentifier identifier,
    NetworkCredential credential
)
public:
LdapConnection (
    LdapDirectoryIdentifier^ identifier, 
    NetworkCredential^ credential
)
public LdapConnection (
    LdapDirectoryIdentifier identifier, 
    NetworkCredential credential
)
public function LdapConnection (
    identifier : LdapDirectoryIdentifier, 
    credential : NetworkCredential
)

パラメータ

identifier

サーバー指定する LdapDirectoryIdentifier オブジェクト

credential

使用する資格情報指定する NetworkCredential オブジェクト

例外例外
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
LdapConnection クラス
LdapConnection メンバ
System.DirectoryServices.Protocols 名前空間

LdapConnection コンストラクタ

LdapConnection クラスインスタンス作成します
例外例外

オーバーロードの一覧オーバーロードの一覧
名前 説明
LdapConnection (LdapDirectoryIdentifier) LdapConnection(LdapDirectoryIdentifier) コンストラクタは、指定されディレクトリ識別子使用してLdapConnection クラスインスタンス作成しますログオン資格情報ネゴシエート認証使用してLDAP サーバー接続します
LdapConnection (String) LdapConnection(String) コンストラクタは、指定されサーバー使用してLdapConnection クラスインスタンス作成します
LdapConnection (LdapDirectoryIdentifier, NetworkCredential) LdapConnection(LdapDirectoryIdentifier,NetworkCredential) コンストラクタは、指定されディレクトリ識別子ネットワーク資格情報使用してLdapConnection クラスインスタンス作成しますネゴシエート認証使用されます。
LdapConnection (LdapDirectoryIdentifier, NetworkCredential, AuthType) LdapConnection(LdapDirectoryIdentifier,NetworkCredential,AuthType) コンストラクタは、指定したディレクトリ識別子ネットワーク資格情報、および認証種類使用してLdapConnection クラスインスタンス作成します
参照参照

関連項目

LdapConnection クラス
LdapConnection メンバ
System.DirectoryServices.Protocols 名前空間

LdapConnection コンストラクタ (LdapDirectoryIdentifier)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

LdapConnection(LdapDirectoryIdentifier) コンストラクタは、指定されディレクトリ識別子使用して、LdapConnection クラスインスタンス作成しますログオン資格情報ネゴシエート認証使用してLDAP サーバー接続します

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Public Sub New ( _
    identifier As LdapDirectoryIdentifier _
)
Dim identifier As LdapDirectoryIdentifier

Dim instance As New LdapConnection(identifier)
public LdapConnection (
    LdapDirectoryIdentifier identifier
)
public:
LdapConnection (
    LdapDirectoryIdentifier^ identifier
)
public LdapConnection (
    LdapDirectoryIdentifier identifier
)
public function LdapConnection (
    identifier : LdapDirectoryIdentifier
)

パラメータ

identifier

サーバー指定する LdapDirectoryIdentifier オブジェクト

例外例外
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
LdapConnection クラス
LdapConnection メンバ
System.DirectoryServices.Protocols 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「LdapConnection コンストラクタ」の関連用語

LdapConnection コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



LdapConnection コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS