Adldap\Schemas\SchemaInterface::badPasswordCount PHP Метод

badPasswordCount() публичный Метод

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
Результат string
    public function badPasswordCount();
SchemaInterface