Share via


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

SPClaimsAuthMembershipProvider Members

Microsoft.SharePoint.Administration.Claims Namespace