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

SQL Anywhere 12.0.1 » 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 パスワードの評価に使用される正規表現。