System.DirectoryServices 命名空间概述

System.DirectoryServices 是 Microsoft .NET Framework 中的命名空间,它可提供对 LDAP 目录(例如 Microsoft Active Directory 域服务)的简单编程访问。System.DirectoryServices 是基于 Active Directory 服务接口 (ADSI) API 而构建的。有关 ADSI 的更多信息,请参见位于 https://go.microsoft.com/fwlink/?LinkID=27252 上的 MSDN Library 中的主题“Active Directory 服务接口”(可能为英文网页)。

本指南是对 .NET Framework 编程指南中提供的信息的补充,并且还提供有关 System.DirectoryServices 的背景信息、有关如何使用 System.DirectoryServices 的信息以及编程代码示例。.NET Framework 编程指南包含针对 System.DirectoryServices 命名空间的所有参考信息。

适用场合

系统管理员可以使用 System.DirectoryServices 来自动执行管理目录中对象的任务。

面向开发人员

系统管理员可以使用 System.DirectoryServices 管理网络资源,例如目录中存储的用户和计算机。开发人员可以使用 System.DirectoryServices 生成应用程序,以搜索、创建或修改目录中的对象。

运行时要求

支持 System.DirectoryServices。只要客户端计算机上安装了 DS Client,就可以在 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.

版权所有 (C) 2007 Microsoft Corporation。保留所有权利。