Share via


MinimumLengthValidator.RequiredLength Property

 

Gets the minimum required length for the password.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

public int RequiredLength { get; set; }
public:
property int RequiredLength {
    int get();
    void set(int value);
}
member RequiredLength : int with get, set
Public Property RequiredLength As Integer

Property Value

Type: System.Int32

The minimum required length for the password.

See Also

MinimumLengthValidator Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top