SimpleMembershipProvider Properties

Include Protected Members
Include Inherited Members

The SimpleMembershipProvider type exposes the following members.

Properties

  Name Description
Public property ApplicationName Gets or sets the name of the application. (Overrides MembershipProvider.ApplicationName.)
Public property CasingBehavior Gets or sets the SimpleMembershipProviderCasingBehavior for this provider.
Public property Description (Inherited from ProviderBase.)
Public property EnablePasswordReset Gets a value that indicates whether the membership provider lets users reset their passwords. (Overrides MembershipProvider.EnablePasswordReset.)
Public property EnablePasswordRetrieval Gets a value that indicates whether the membership provider lets users retrieve their passwords. (Overrides MembershipProvider.EnablePasswordRetrieval.)
Public property MaxInvalidPasswordAttempts Gets the number of invalid password or password-answer attempts that are allowed before the membership user is locked out. (Overrides MembershipProvider.MaxInvalidPasswordAttempts.)
Public property MinRequiredNonAlphanumericCharacters Gets the minimum number of special (non-alphanumeric) characters that a password must contain. (Overrides MembershipProvider.MinRequiredNonAlphanumericCharacters.)
Public property MinRequiredPasswordLength Gets the minimum length that is required for a password. (Overrides MembershipProvider.MinRequiredPasswordLength.)
Public property Name (Inherited from ProviderBase.)
Public property PasswordAttemptWindow Gets the number of minutes during which the maximum number of invalid password or security-question answer attempts are allowed before the user account is locked out. (Overrides MembershipProvider.PasswordAttemptWindow.)
Public property PasswordFormat Gets a value that indicates the format for storing passwords. (Overrides MembershipProvider.PasswordFormat.)
Public property PasswordStrengthRegularExpression Gets the regular expression that is used to evaluate password complexity. (Overrides MembershipProvider.PasswordStrengthRegularExpression.)
Public property RequiresQuestionAndAnswer Gets a value that indicates whether the membership provider requires that the user answer a security question for password reset and retrieval. (Overrides MembershipProvider.RequiresQuestionAndAnswer.)
Public property RequiresUniqueEmail Gets a value that indicates whether the membership provider requires a unique email address for each user name. (Overrides MembershipProvider.RequiresUniqueEmail.)
Public property UserIdColumn Gets or sets the name of the database column that contains user IDs.
Public property UserNameColumn Gets or sets the name of the database column that contains user names.
Public property UserTableName Gets or sets the name of the database table that contains user information.

Top

See Also

Reference

SimpleMembershipProvider Class

WebMatrix.WebData Namespace