maxLength property

int? maxLength
getter/setter pair

Defines how many character of the password are checked. A password longer than the default are considered strong anyway, but it can be increased as pleased. Be aware that this could open some attack vectors.

This is set to 256 by default.

Implementation

int? maxLength;