摘要:
http://www.c-sharpcorner.com/DirectoryServices.asphttp://www.dotnet247.com/247reference/System/DirectoryServices/DirectoryEntry.aspxhttp://blog.joycode.com/liuhuimiao/posts/20946.aspx 阅读全文
摘要:
using System; using System.DirectoryServices; namespace SystemFrameworks.Helper { /// /// 活动目录辅助类。封装一系列活动目录操作相关的方法。 /// public sealed class ADHelper { /// ... 阅读全文