PasswordOptions.RequireNonAlphanumeric 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个标志,指示密码是否必须包含非字母数字字符。 默认为 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。