SecurityServices for .NET 2.0 Documentation

PasswordValidator.Validate Method (String)

[This is preliminary documentation and subject to change.]

Validates a password.

public bool Validate(
   String password
);

Parameters

String
The password to validate.

Return Value

true if the password could be validated, false otherwise.

Exceptions

Exception Type Condition
ArgumentNullException The password is a null reference.

See Also

PasswordValidator Class | Org.Mentalis.SecurityServices.Authentication Namespace | PasswordValidator.Validate Overload List