SecurityServices for .NET 2.0 Documentation

SymbolValidator Constructor (Int32, Boolean)

[This is preliminary documentation and subject to change.]

Initializes a new SymbolValidator instance.

public SymbolValidator(
   Int32 required,
   Boolean allowMore
);

Parameters

Int32
The required number of matches.
Boolean
true if more than the specified number of characters are allowed, false otherwise.

Exceptions

Exception Type Condition
ArgumentException required has an invalid value.

See Also

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