[This is preliminary documentation and is subject to change.]

Enter the password strength for creating the new password. The value is separated by semicolon. The first element is the minimum number of characters in the password, the second expression is the minimum number of non-alphanumeric characters in the password and the last element is the regular expression for the password. Note that you cannot put ; as a part of the regular expression. An empty value denotes that no password strength is enforced. All values are not required but the values should be put in the order specified. i.e. you cannot put the third value without putting the first and second value.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string PasswordStrength { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property PasswordStrength As String
Visual C++
public:
static property String^ PasswordStrength {
	String^ get ();
}

See Also