Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the minimum number of nonalphanumeric characters that must be present in a valid password.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property MinRequiredNonAlphanumericCharacters As Integer
Get
'Usage
Dim instance As SPClaimsAuthMembershipProvider
Dim value As Integer
value = instance.MinRequiredNonAlphanumericCharacters
public override int MinRequiredNonAlphanumericCharacters { get; }
Property value
Type: System.Int32
The minimum number of nonalphanumeric characters required for a valid password.
See also
Reference
SPClaimsAuthMembershipProvider class