name |
提供程序的名称。 |
type |
iAnywhere.Web.Security.SAMembershipProvider |
connectionStringName |
在 <connectionStrings> 元素中指定的连接字符串的名称。
|
connectionString |
连接字符串,为可选。如果未指定 connectionStringName ,则为必需。
|
applicationName |
提供程序数据所关联的应用程序名。 |
commandTimeout |
服务器调用的超时值,以秒为单位。 |
enablePasswordReset |
有效条目为 true 或 false。 |
enablePasswordRetrieval |
有效条目为 true 或 false。 |
maxInvalidPasswordAttempts |
有效条目为 true 或 false。 |
minRequiredNonalphanumericCharacters |
有效口令中必须出现的特殊字符的最小数量。 |
minRequiredPasswordLength |
口令所需的最小长度。 |
passwordAttemptWindow |
时间窗口,用于跟踪连续多次未能提供有效口令或口令提示答案的情况。 |
passwordFormat |
有效条目为 Clear、Hashed 或 Encrypted。 |
requiresQuestionAndAnswer |
有效条目为 true 或 false。 |
requiresUniqueEmail |
有效条目为 true 或 false。 |
passwordStrengthRegularExpression |
用于计算口令的正则表达式。 |