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