ActiveDirectoryUserObjectAuthenticateUser Method ACDLib API Documentation
Authenticates the current user in the domain using a supplied password

Namespace: Inkostar.Classes
Assembly: ACDLib (in ACDLib.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public bool AuthenticateUser(
	string password
)

Parameters

password
Type: SystemString
The user password

Return Value

Type: Boolean
True if the user is authenticated successfully, otherwise false
See Also

Reference