当前位置 : 主页 > 编程语言 > c语言 >

带有.Net的Active Directory服务器

来源:互联网 收集:自由互联 发布时间:2021-06-24
我们正在使用MS Visual Studio 2008 VB .Net开发我们的应用程序. 我们必须使用Active Directory Server来验证登录到应用程序的用户. 有没有人有代码样本集成.Net和ADS? 有关于该主题的CodeProject文章
我们正在使用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

然后是关于AD支持.NET 2.0和3.5的新功能的两篇非常好的文章:

> New Ways to Manage Active Directory in .NET 2.0
> Managing Security Principals with .NET 3.5

网友评论