SPClaimsAuthMembershipProvider.PasswordStrengthRegularExpression property
Gets the regular expression used to evaluate the complexity of a password.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property PasswordStrengthRegularExpression As String
Get
'Usage
Dim instance As SPClaimsAuthMembershipProvider
Dim value As String
value = instance.PasswordStrengthRegularExpression
public override string PasswordStrengthRegularExpression { get; }
Property value
Type: System.String
The regular expression used to evaluate the complexity.
See also
Reference
SPClaimsAuthMembershipProvider class