Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (中文) » SQL Anywhere 服务器 - 编程 » .NET 应用程序编程 » SQL Anywhere ASP.NET 提供程序

 

成员资格提供程序 XML 属性

列名 说明
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 用于计算口令的正则表达式。