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 imageCopy Code
                                  public class DigiDMembershipProvider
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class DigiDMembershipProvider

The type exposes the following members.

Public Constructors

  Name Description
Public method DigiDMembershipProvider

Public Methods

  Name Description
Public method Static member AbandonToken
Removes the token, causing the user to log off.
Public method ChangePassword
Changes the password.
(Overrides MembershipProvider..::ChangePassword(String, String, String).)
Public method ChangePasswordQuestionAndAnswer
Changes the password question and answer.
(Overrides MembershipProvider..::ChangePasswordQuestionAndAnswer(String, String, String, String).)
Public method Static member CreateToken
Creates a new DigiD token and returns it.
Public method CreateUser
Creates the user.
(Overrides MembershipProvider..::CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus%).)
Public method DefaultUserMapping
Gets the default user mapping.
Public method DeleteUser
Deletes the user.
(Overrides MembershipProvider..::DeleteUser(String, Boolean).)
Public method Equals (Inherited from Object.)
Public method ExecuteVerificationRequest
Executes the verification request.
Public method FindUsersByEmail
Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.
(Overrides MembershipProvider..::FindUsersByEmail(String, Int32, Int32, Int32%).)
Public method FindUsersByName
Finds the name of the users by.
(Overrides MembershipProvider..::FindUsersByName(String, Int32, Int32, Int32%).)
Public method GetAllUsers
Gets a collection of all the users in the data source in pages of data.
(Overrides MembershipProvider..::GetAllUsers(Int32, Int32, Int32%).)
Public method Static member getDigiDToken Overloaded.
Public method GetHashCode (Inherited from Object.)
Public method GetNumberOfUsersOnline
Gets the number of users currently accessing the application.
(Overrides MembershipProvider..::GetNumberOfUsersOnline()()()().)
Public method GetPassword
Gets the password.
(Overrides MembershipProvider..::GetPassword(String, String).)
Public method GetProfile
Public method GetType (Inherited from Object.)
Public method GetUser Overloaded.
Public method GetUserId
Gets the user id.
Public method GetUserNameByEmail
Gets the user name associated with the specified e-mail address.
(Overrides MembershipProvider..::GetUserNameByEmail(String).)
Public method InitAuthenticationSession
Initiates an DigiD authentication session.
Public method Initialize
Public method Static member IsTokenValid
Tests if the token is still valid.
Public method Static member RefreshToken
Refreshes the token if it is still valid.
Public method ResetPassword
Resets the password.
(Overrides MembershipProvider..::ResetPassword(String, String).)
Public method ToString (Inherited from Object.)
Public method UnlockUser
Clears a lock so that the membership user can be validated.
(Overrides MembershipProvider..::UnlockUser(String).)
Public method UpdateUser
Updates information about a user in the data source.
(Overrides MembershipProvider..::UpdateUser(MembershipUser).)
Public method UserMappings
Gets the user mappings (username vs. level) as configured within Smartsite.DigiD.config.

Protected Methods

  Name Description
Protected method DecryptPassword (Inherited from MembershipProvider.)
Protected method EncryptPassword (Inherited from MembershipProvider.)
Protected method EncryptPassword (Inherited from MembershipProvider.)
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnValidatingPassword (Inherited from MembershipProvider.)

Public Fields

  Name Description
Public field Static member DigiDCookieName
Name of the cookie that contains the DigiD token.

Public Properties

  Name Description
Public property ApplicationName
The name of the application using the custom membership provider.
(Overrides MembershipProvider..::ApplicationName.)
Public property Static member Current
Gets the current DigiD Membership Provider.
Public property Description (Inherited from ProviderBase.)
Public property EnablePasswordReset
Indicates whether the membership provider is configured to allow users to reset their passwords.
(Overrides MembershipProvider..::EnablePasswordReset.)
Public property EnablePasswordRetrieval
Indicates whether the membership provider is configured to allow users to 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 special characters that must be present in a valid password.
(Overrides MembershipProvider..::MinRequiredNonAlphanumericCharacters.)
Public property MinRequiredPasswordLength
Gets the minimum length required for a password.
(Overrides MembershipProvider..::MinRequiredPasswordLength.)
Public property Name (Inherited from ProviderBase.)
Public property 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.)
Public property PasswordFormat
Gets a value indicating the format for storing passwords in the membership data store.
(Overrides MembershipProvider..::PasswordFormat.)
Public property PasswordStrengthRegularExpression
Gets the regular expression used to evaluate a password.
(Overrides MembershipProvider..::PasswordStrengthRegularExpression.)
Public property 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.)
Public property 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.)
Public property WriteExceptionsToEventLog
If false, exceptions are thrown to the caller. If true, exceptions are written to the event log.

Public Events

  Name Description
Public event ValidatingPassword (Inherited from MembershipProvider.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IWcfAwareMembershipProvider..::..ValidateUser
Verifies that the specified user name and password exist in the data source.

See Also

Advanced