PasswordOptions.RequireUppercase 属性

定义

获取或设置一个标志,该标志指示密码是否必须包含大写 ASCII 字符。 默认为 true。

public:
 property bool RequireUppercase { bool get(); void set(bool value); };
public bool RequireUppercase { get; set; }
member this.RequireUppercase : bool with get, set
Public Property RequireUppercase As Boolean

属性值

如此 如果密码必须包含大写 ASCII 字符。

注解

这默认为 true。

适用于