PasswordOptions.RequiredLength Property

Definition

Gets or sets the minimum length a password must be. Defaults to 6.

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

Property Value

Remarks

This defaults to 6.

Applies to