RTH

rentHome project

2011年4月22日 #

Active Directory登陆认证

摘要: Private Function ValidateActiveDirectoryLogin(ByVal Domain As String, ByVal Username As String, ByVal Password As String) As Boolean Dim Success As Boolean = False Dim Entry As New System.DirectoryServices.DirectoryEntry("LDAP://" & Domain, Username, Password) Dim Searcher As New Syste 阅读全文

posted @ 2011-04-22 16:12 WayToDotNET 阅读(194) 评论(0) 推荐(0) 编辑

导航