如何配置基于.Net的Active Directory服务器?
- 内容介绍
- 文章标签
- 相关推荐
本文共计167个文字,预计阅读时间需要1分钟。
我们在使用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
本文共计167个文字,预计阅读时间需要1分钟。
我们在使用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

