SPClaimsAuthMembershipProvider Properties

Include Protected Members
Include Inherited Members

The SPClaimsAuthMembershipProvider type exposes the following members.

Properties

  Name Description
Public property ApplicationName Gets or sets the name of the application using the claims-based membership provider. (Overrides MembershipProvider.ApplicationName.)
Public property Description (Inherited from ProviderBase.)
Public property EnablePasswordReset Gets a value that indicates whether users can reset their passwords. (Overrides MembershipProvider.EnablePasswordReset.)
Public property EnablePasswordRetrieval Gets a value that indicates whether users can retrieve their passwords. (Overrides MembershipProvider.EnablePasswordRetrieval.)
Public property MaxInvalidPasswordAttempts Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out. (Overrides MembershipProvider.MaxInvalidPasswordAttempts.)
Public property MinRequiredNonAlphanumericCharacters Gets the minimum number of nonalphanumeric characters that must be present in a valid password. (Overrides MembershipProvider.MinRequiredNonAlphanumericCharacters.)
Public property MinRequiredPasswordLength Gets the minimum number of characters that must be present in a valid password. (Overrides MembershipProvider.MinRequiredPasswordLength.)
Public property Name Gets the name of the claims-based membership provider. (Overrides ProviderBase.Name.)
Public property PasswordAttemptWindow Gets the number of minutes in which a maximum number of consecutive invalid password or password-answer attempts are allowed before the membership user is locked out. (Overrides MembershipProvider.PasswordAttemptWindow.)
Public property PasswordFormat Gets the encryption format for storing passwords in the membership data store. (Overrides MembershipProvider.PasswordFormat.)
Public property PasswordStrengthRegularExpression Gets the regular expression used to evaluate the complexity of a password. (Overrides MembershipProvider.PasswordStrengthRegularExpression.)
Public property RequiresQuestionAndAnswer Gets a value that indicates whether the user must answer a password question to reset or retrieve their password. (Overrides MembershipProvider.RequiresQuestionAndAnswer.)
Public property RequiresUniqueEmail Gets a value that indicates whether a unique email address is required when creating a new user. (Overrides MembershipProvider.RequiresUniqueEmail.)

Top

See Also

Reference

SPClaimsAuthMembershipProvider Class

Microsoft.SharePoint.Administration.Claims Namespace