PasswordOptions.RequireDigit Property
Definition
Gets or sets a flag indicating if passwords must contain a digit. Defaults to true.
public:
property bool RequireDigit { bool get(); void set(bool value); };
public bool RequireDigit { get; set; }
member this.RequireDigit : bool with get, set
Public Property RequireDigit As Boolean
Property Value
True if passwords must contain a digit.
Remarks
This defaults to true.