SecurityServices for .NET 2.0 Documentation

NumericValidator Constructor (Int32)

[This is preliminary documentation and subject to change.]

Initializes a new NumericValidator instance.

public NumericValidator(
   Int32 required
);

Parameters

Int32
The required number of matches.

Exceptions

Exception Type Condition
ArgumentException required has an invalid value.

See Also

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