SecurityServices for .NET 2.0 Documentation

PasswordValidator Constructor (IValidator[])

[This is preliminary documentation and subject to change.]

Initializes a new PasswordValidator instance.

public PasswordValidator(
   IValidator[] validators
);

Parameters

IValidator[]
The set of validators to use.

Exceptions

Exception Type Condition
ArgumentNullException validators is a null reference.
ArgumentException At least one of the validators in validators is a null reference.

See Also

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