[This is preliminary documentation and is subject to change.]
Tests the password strength based on the policy
Namespace: OfficeClip.BusinessLayer
Assembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer.dll)
Version: 7.3.2.0
Syntax
| C# |
|---|
public static string TestPasswordStrength( string currentPassword ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function TestPasswordStrength ( _ currentPassword As String _ ) As String |
| Visual C++ |
|---|
public: static String^ TestPasswordStrength ( String^ currentPassword ) |
Parameters
- currentPassword
- String
The current password
Return Value
Empty if the password matches otherwise the error message
See Also
BusinessConstants Class
OfficeClip.BusinessLayer Namespace
