摘要:
using System.DirectoryServices; IList<ADEntity> entityList = new List<ADEntity>();//保存实体的List集合,作为以后操作的数据源使用 //根据当前域来读取OU=xxx下的所有用户 public IList<ADEntity> ReadAD() { try { System.DirectoryServices.DirectoryEntry entry = new System.Directo... 阅读全文