SecurityServices for .NET 2.0 Documentation

IValidator Interface

[This is preliminary documentation and subject to change.]

Defines methods that inspect a password, character by character, to determine whether it is a secure password or not.

For a list of all members of this type, see IValidator Members.

public interface IValidator

Types that implement IValidator

Type Description
AlphaValidator A validator that checks for the presence of letters in the password.
CharacterValidator Defines a base class for the validators that check for the presence of a specific type of character.
LengthValidator A validator that checks the length of the password.
NumericValidator A validator that checks for the presence of numerical characters in the password.
SymbolValidator A validator that checks for the presence of symbol characters in the password.

Requirements

Namespace: Org.Mentalis.SecurityServices.Authentication

Assembly: Org.Mentalis.SecurityServices (in Org.Mentalis.SecurityServices.dll)

See Also

IValidator Members | Org.Mentalis.SecurityServices.Authentication Namespace