.net - 带有 .Net 的 Active Directory 服务器

标签 .net vb.net active-directory

我们正在使用 MS Visual Studio 2008 VB .Net 开发我们的应用程序。

我们必须使用 Active Directory Server 来验证登录到应用程序的用户。

有没有人有集成 .Net 和 ADS 的代码示例?

最佳答案

有关于该主题的 CodeProject 文章:

  • Working with Active Directory from VB.NET
  • How to do almost anything with Active Directory

  • 以及在 System.DirectoryServices 中的 MSDN文档,有
  • Quicklist of Visual Basic 2005 samples

  • 然后是关于 .NET 2.0 和 3.5 的 AD 支持新功能的两篇非常好的文章:
  • New Ways to Manage Active Directory in .NET 2.0
  • Managing Security Principals with .NET 3.5
  • 关于.net - 带有 .Net 的 Active Directory 服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1685938/

    相关文章:

    powershell - 用于创建新用户的学生脚本,错误:System.String,类型为“System.Management.Automation.SwitchParameter”

    powershell - 如何在Powershell中将输入文件中的值添加为导出的输出文件中的列?

    c# - 为什么我无法编译在 C# 的类接口(interface)中声明的自定义事件

    .net - FileStream 是托管代码还是非托管代码?

    vb.net 2010 同步两个access数据库

    mysql - 具有 AND 匹配功能的多列 IN SELECT

    .net - 如何跨 AppDomains 订阅事件(object.Event += handler;)

    .net - 为什么有针对 .Net 的调试和发布版本,但没有针对 Java 的版本?

    mysql - SQL QUERY <未知字段列表> 中的未知列 <未知列名>

    c# - 在 IIS 服务器之间传递 Windows 身份验证