MembershipProvidersServices Class |
Namespace: IngeniuxCMService
The MembershipProvidersServices type exposes the following members.
Name | Description | |
---|---|---|
MembershipProvidersServices | Initializes a new instance of the MembershipProvidersServices class |
Name | Description | |
---|---|---|
ChangePassword |
Changes password of specified user account
| |
CreateUser | Creates a new User account in Ingeniux CMS. In Membership Provider is integrated account provider (Ingeniux Membership Provider or SQL provider), allow to set password using the provider. Also, it will try to send 2 email out to the new user's email address, first to inform user that the account has been created, second to send user the password of the new account. If for any reason the email cannot be sent out, the password information will be brought back to client, so the Administrator can manually inform new user the password. | |
DeleteUsers |
Deletes users from Integrated Membership Provider
| |
GetADQueryDefaults |
Retrieves the default value of Active Directory Search parameters. These parameter values are to be passed in when query Active Directory
| |
GetIntegratedProvider |
Retrieves list of integrated Membership Providers deployed under Ingeniux CMS site
| |
GetMembershipProviders |
Retrieves the list of Membership Providers available in Ingeniux CMS authentication system
| |
IsAdDefaultProvider |
Verifies in Active Directory Membership Provider is the default membership provider.
This method is used to confirm if Active Directory Import functionalities can be used with this Ingeniux CMS site.
| |
Login |
Logins to Ingeniux CMS site and receive authentication token
| |
QueryAD |
Queries the Active Directory specified in the Active Directory Membership Provider connection string (local-connection-strings.config).
Retrieves the listing of Group and User directory entries.
| |
ResetPassword |
Resets an integrated User's password on its Membership Provider. Also, an email is sent to target user to provide the temporary password.
|