SecurityServices for .NET 2.0 Documentation

LengthValidator Constructor (Int32)

[This is preliminary documentation and subject to change.]

Initializes a new CharacterValidator instance.

public LengthValidator(
   Int32 required
);

Parameters

Int32
Defines the minimum length that the password should have.

Exceptions

Exception Type Condition
ArgumentException required has an invalid value.

See Also

LengthValidator Class | Org.Mentalis.SecurityServices.Authentication Namespace | LengthValidator Constructor Overload List