[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)
Version: 8.1.1.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
Type: System..::.String
The current password

Return Value

Empty if the password matches otherwise the error message

See Also