[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodIsValidAccount()()()
Authenticates the account information specified in the LdapAuthenticationString in the web.config
Public methodIsValidAccount(String, String)
Authenticates a given account name and password against the LDAP server specified in the LdapAuthenticationString in the web.config
Public methodIsValidAccount(String, String, String)
Authenticates a given account name and password on a given LDAP Server. By default the authentication is done on the default space unless specified in the LDAP Server name.
Public methodIsValidAccount(String, String, String, AuthenticationTypes)
Authenticates a given account name and password on a given LDAP Server using a particualar authentication type. By default the authentication is done on the default space unless specified in the LDAP Server name.

See Also