This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class DigiDMembershipProvider |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class DigiDMembershipProvider |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
ApplicationName |
The name of the application using the custom membership provider.
(Overrides MembershipProvider..::ApplicationName.) |
|
Current |
Gets the current DigiD Membership Provider.
|
|
Description | (Inherited from ProviderBase.) | |
EnablePasswordReset |
Indicates whether the membership provider is configured to allow users to reset their passwords.
(Overrides MembershipProvider..::EnablePasswordReset.) |
|
EnablePasswordRetrieval |
Indicates whether the membership provider is configured to allow users to retrieve their passwords.
(Overrides MembershipProvider..::EnablePasswordRetrieval.) |
|
MaxInvalidPasswordAttempts |
Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.
(Overrides MembershipProvider..::MaxInvalidPasswordAttempts.) |
|
MinRequiredNonAlphanumericCharacters |
Gets the minimum number of special characters that must be present in a valid password.
(Overrides MembershipProvider..::MinRequiredNonAlphanumericCharacters.) |
|
MinRequiredPasswordLength |
Gets the minimum length required for a password.
(Overrides MembershipProvider..::MinRequiredPasswordLength.) |
|
Name | (Inherited from ProviderBase.) | |
PasswordAttemptWindow |
Gets the number of minutes in which a maximum number of invalid password or password-answer attempts are allowed before the membership user is locked out.
(Overrides MembershipProvider..::PasswordAttemptWindow.) |
|
PasswordFormat |
Gets a value indicating the format for storing passwords in the membership data store.
(Overrides MembershipProvider..::PasswordFormat.) |
|
PasswordStrengthRegularExpression |
Gets the regular expression used to evaluate a password.
(Overrides MembershipProvider..::PasswordStrengthRegularExpression.) |
|
RequiresQuestionAndAnswer |
Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval.
(Overrides MembershipProvider..::RequiresQuestionAndAnswer.) |
|
RequiresUniqueEmail |
Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.
(Overrides MembershipProvider..::RequiresUniqueEmail.) |
|
WriteExceptionsToEventLog |
If false, exceptions are thrown to the caller.
If true, exceptions are written to the event log.
|
See Also
Smartsite.DigiD Namespace