IAdmUsernameOps

The IAdmUsernameOps interface provides methods for verifying credentials of a user account.

Inheritance: IUnknown

Methods

  • Method

  • Description

  • VerifyCredentials()

  • Checks whether the given credentials are valid. If the credentials are not valid, the method throws an exception.

Details

VerifyCredentials()

Checks whether the given credentials are valid. If the credentials are not valid, the method throws an exception.

void VerifyCredentials(string username, string password)

Exceptions

  • LogonFailureException
  • Username or password is invalid.

    -or-

    The method failed to validate the credentials.

Requirements

Minimum required version: 2011.3

See also