作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
asp.net 成员资格提供程序中的 generatePassword 方法只允许设置长度和字母数字字符。
不过还有属性 passwordStrengthRegularExpression
GeneratePassword 是否使用上述属性。如果有就好了,但我认为没有?
最佳答案
不,不幸的是它没有。请看 GeneratePassword
:
The random password created by the GeneratePassword method is not guaranteed to pass the regular expression in the PasswordStrengthRegularExpression property. However, the random password will meet the criteria established by the MinRequiredPasswordLength property and the numberOfNonAlphanumericCharacters parameter.
关于.net - ASP.NET 成员密码StrengthRegularExpression 和 GeneratePassword,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/934990/
我是一名优秀的程序员,十分优秀!