UserValidatePassword Method Ipswitch.Messaging.Framework
Validates a password string by checking it against all applicable password requirements that apply to this user.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public virtual PasswordValidationResults ValidatePassword(
	string password
)

Parameters

password
Type: SystemString
The string containing the password to be checked.

Return Value

Type: PasswordValidationResults
A bitwise combination of PasswordValidationResults values that represent any failed validation checks, or PasswordValidationResults.Valid if password is valid.
See Also

Reference