資源簡介
//民族小學(xué)
bool blRet = false;
string LADPath = @"LDAP://**.**.**.**:10389/dc=iefree,dc=com.cn";
string TestUserName = "liqi";
DirectoryEntry _objDirectoryEntry = new DirectoryEntry(LADPath);
_objDirectoryEntry.AuthenticationType = AuthenticationTypes.Non
代碼片段和文件信息
評論
共有 條評論