Checks if the password satisfies the rule.
Namespace: Composite.C1Console.Security.Plugins.PasswordPolicyAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
bool ValidatePassword( IUser user, string password ) |
Visual Basic |
---|
Function ValidatePassword ( _ user As IUser, _ password As String _ ) As Boolean |
Visual C++ |
---|
bool ValidatePassword( IUser^ user, String^ password ) |
Parameters
- user
- Type: Composite.Data.Types..::..IUser
The user.
- password
- Type: System..::..String
A password string.