摘要:
using System.DirectoryServices; DirectoryEntry dirEntry = new DirectoryEntry(); dirEntry.Path = "LDAP://IP/DC=;DC=;DC=;DC="; dirEntry.Username = txtUser.Text; dirEntry.Password = txtPassword.Text; dirEntry.AuthenticationTyp... 阅读全文
posted @ 2013-03-06 16:35
sirili
阅读(183)
评论(0)
推荐(0)

浙公网安备 33010602011771号