SecurityServices for .NET 2.0 Documentation

AlphaValidator Constructor (Int32)

[This is preliminary documentation and subject to change.]

Initializes a new AlphaValidator instance.

public AlphaValidator(
   Int32 required
);

Parameters

Int32
The required number of matches.

Exceptions

Exception Type Condition
ArgumentException required has an invalid value.

See Also

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