PasswordOptions.RequireDigit 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 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.