Adldap\Schemas\SchemaInterface::badPasswordCount PHP Method

badPasswordCount() public method

The number of times the user tried to log on to the account using an incorrect password. A value of 0 indicates that the value is unknown.
public badPasswordCount ( ) : string
return string
    public function badPasswordCount();
SchemaInterface