PasswordOptions.RequireDigit 属性

定义

获取或设置一个标志,指示密码是否必须包含数字。 默认为 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

属性值

如此 如果密码必须包含数字。

注解

这默认为 true。

适用于