PasswordValidationResults EnumerationIpswitch.Messaging.Framework
Specifies the results of a password validation check in a bitwise enumeration.

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

[FlagsAttribute]
public enum PasswordValidationResults
Members

  Member nameValueDescription
Valid0 The password is valid.
FailsHostPattern1 The password failed to match the password regex pattern in the host password settings.
GreaterThanMaximumLength2 The password length is larger than the maximum allowed length.
LessThanMinimumLength4 The password length is smaller than the minimum allowed length.
IsNull8 The password is a null reference.
IsRestricted16 The password is set to one of the restricted strings configured for this system.
IsUserId32 The password is the same as the User's UserId property.
See Also

Reference