Share via


PasswordOptions.RequireLowercase 属性

定义

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

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

属性值

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

注解

这默认为 true。

适用于