The LdapUser object can be updated via properties and methods
ASP.NET, C#, VB.Net, Visual Studio 2010, Visual Sutdio 2008
Parameters: none
An instance of the LDAP manager must be instantiated for a valid ADDS server and logged on.
The method is called without parameters.
Where LdapConnection is an instance of LdapManager
public String[] GetUserList()
{
try
{
return LdapConnection.GetUserList();
}
catch (Exception)
{
throw;
}
}
The String array is returned the AD connection remains connected.