摘要: public class DirectoryHelper { public static string DomainName = System.Environment.UserDomainName; public static string strLDAP = "LDAP://" + DomainName; static DirectoryEntry de = new DirectoryEntry(strLDAP); /// /// 根据登录名获取用户域fullname /// ///... 阅读全文
posted @ 2013-10-16 12:49 老皮肉 阅读(1071) 评论(0) 推荐(0) 编辑