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 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 MinRequiredPasswordLength As Integer
Get
'Usage
Dim instance As SPClaimsAuthMembershipProvider
Dim value As Integer
value = instance.MinRequiredPasswordLength
public override int MinRequiredPasswordLength { get; }
Property value
Type: System.Int32
The minimum number of characters required for a valid password.
See also
Reference
SPClaimsAuthMembershipProvider class