System.DirectoryServices 名前空間の概要

System.DirectoryServices は、Microsoft Active Directory ドメイン サービスなどの LDAP ディレクトリへの簡単なプログラミング アクセスを提供する、Microsoft .NET Framework の名前空間です。System.DirectoryServices は、Active Directory サービス インターフェイス (ADSI: Active Directory Service Interfaces) API に基づいて構築されています。ADSI の詳細については、MSDN ライブラリ (https://go.microsoft.com/fwlink/?LinkID=27252) で Active Directory サービス インターフェイスに関するトピックを参照してください。

このガイドでは、.NET Framework プログラミング ガイドに記載されている情報を補足すると共に、System.DirectoryServices の背景情報、System.DirectoryServices の使用方法に関する情報、およびプログラミング コードの例を提供します。.NET Framework プログラミング ガイドには、System.DirectoryServices 名前空間に関するすべての参照情報が含まれています。

目的

システム管理者は、System.DirectoryServices を使用して、ディレクトリ内のオブジェクトを管理するタスクを自動化できます。

対象となる開発者

システム管理者は、System.DirectoryServices を使用して、ディレクトリ内に格納されている、ユーザーやコンピュータなどのネットワーク リソースを管理できます。開発者は、System.DirectoryServices を使用して、ディレクトリ内のオブジェクトを検索、作成、または変更するアプリケーションを構築できます。

実行時の要件

System.DirectoryServices は 上でサポートされています。クライアント コンピュータに DS クライアントがインストールされている場合は、Windows 98、Windows 98 Second Edition、および Windows NT 4.0 に System.DirectoryServices を再配布できます。また、Windows 2000 および Windows XP にも再配布できます。

関連項目

リファレンス

System.DirectoryServices

概念

System.DirectoryServices について
System.DirectoryServices の使用

Send comments about this topic to Microsoft.

Copyright © 2007 by Microsoft Corporation. All rights reserved.