SecurityServices for .NET 2.0 Documentation

CharacterValidator.InspectChar Method 

[This is preliminary documentation and subject to change.]

Inspects one character of the password.

public abstract void InspectChar(
   Char input
);

Parameters

Char
The character to inspect.

Implements

IValidator.

See Also

CharacterValidator Class | Org.Mentalis.SecurityServices.Authentication Namespace