PasswordOptions.RequiredLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.