LDAPAuthenticationEngine.check

Checks if a user can login with the credentials. (username should be in format username, username@DOMAINor DOMAIN\username). Attempts to bind with the credentials using simple auth if encrypted was specified as false, else will use NTLM. Username must contain DOMAIN if encrypted was specified as true. Returns true if it was successful.

struct LDAPAuthenticationEngine
bool
check
(
string user
,
string cred
)

Meta