PasswordOptions.RequireNonAlphanumeric 属性

定义

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

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

属性值

如此 如果密码必须包含非字母数字字符,否则为 false。

注解

这默认为 true。

适用于