|
|
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# |
|
|---|---|
public class DigiDMembershipProvider
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class DigiDMembershipProvider
|
|
The type exposes the following methods.
Public Methods
| Name | Description | |
|---|---|---|
|
|
AbandonToken |
Removes the token, causing the user to log off.
|
|
|
ChangePassword |
Changes the password.
(Overrides MembershipProvider..::ChangePassword(String, String, String).) |
|
|
ChangePasswordQuestionAndAnswer |
Changes the password question and answer.
(Overrides MembershipProvider..::ChangePasswordQuestionAndAnswer(String, String, String, String).) |
|
|
CreateToken |
Creates a new DigiD token and returns it.
|
|
|
CreateUser |
Creates the user.
(Overrides MembershipProvider..::CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus%).) |
|
|
DefaultUserMapping |
Gets the default user mapping.
|
|
|
DeleteUser |
Deletes the user.
(Overrides MembershipProvider..::DeleteUser(String, Boolean).) |
|
|
Equals | (Inherited from Object.) |
|
|
ExecuteVerificationRequest |
Executes the verification request.
|
|
|
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%).) |
|
|
FindUsersByName |
Finds the name of the users by.
(Overrides MembershipProvider..::FindUsersByName(String, Int32, Int32, Int32%).) |
|
|
GetAllUsers |
Gets a collection of all the users in the data source in pages of data.
(Overrides MembershipProvider..::GetAllUsers(Int32, Int32, Int32%).) |
|
|
getDigiDToken | Overloaded. |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetNumberOfUsersOnline |
Gets the number of users currently accessing the application.
(Overrides MembershipProvider..::GetNumberOfUsersOnline()()()().) |
|
|
GetPassword |
Gets the password.
(Overrides MembershipProvider..::GetPassword(String, String).) |
|
|
GetProfile | |
|
|
GetType | (Inherited from Object.) |
|
|
GetUser | Overloaded. |
|
|
GetUserId |
Gets the user id.
|
|
|
GetUserNameByEmail |
Gets the user name associated with the specified e-mail address.
(Overrides MembershipProvider..::GetUserNameByEmail(String).) |
|
|
InitAuthenticationSession |
Initiates an DigiD authentication session.
|
|
|
Initialize | |
|
|
IsTokenValid |
Tests if the token is still valid.
|
|
|
RefreshToken |
Refreshes the token if it is still valid.
|
|
|
ResetPassword |
Resets the password.
(Overrides MembershipProvider..::ResetPassword(String, String).) |
|
|
ToString | (Inherited from Object.) |
|
|
UnlockUser |
Clears a lock so that the membership user can be validated.
(Overrides MembershipProvider..::UnlockUser(String).) |
|
|
UpdateUser |
Updates information about a user in the data source.
(Overrides MembershipProvider..::UpdateUser(MembershipUser).) |
|
|
UserMappings |
Gets the user mappings (username vs. level) as configured within Smartsite.DigiD.config.
|
Protected Methods
| Name | Description | |
|---|---|---|
|
|
DecryptPassword | (Inherited from MembershipProvider.) |
|
|
EncryptPassword | (Inherited from MembershipProvider.) |
|
|
EncryptPassword | (Inherited from MembershipProvider.) |
|
|
Finalize | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
OnValidatingPassword | (Inherited from MembershipProvider.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
|
IWcfAwareMembershipProvider..::..ValidateUser |
Verifies that the specified user name and password exist in the data source.
|
See Also
Smartsite.DigiD Namespace