UpmMembershipProvider Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
An implementation of a Membership Provider using a Commerce Server Profile Store for housing the data.
The UpmMembershipProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpmMembershipProvider | Initializes a new instance of the UpmMembershipProvider class. |
Top
Methods
Name | Description | |
---|---|---|
ChangePassword | Processes a request to update the password for a membership user. (Overrides MembershipProvider..::.ChangePassword(String, String, String).) | |
ChangePasswordQuestionAndAnswer | Processes a request to update the password question and answer for a membership user. (Overrides MembershipProvider..::.ChangePasswordQuestionAndAnswer(String, String, String, String).) | |
CreateMembershipUser | Overloaded. Creates a new UpmMembershipUser. | |
CreateUser | Adds a new membership user to the data source. (Overrides MembershipProvider..::.CreateUser(String, String, String, String, String, Boolean, Object, MembershipCreateStatus%).) | |
DecryptPassword | (Inherited from MembershipProvider.) | |
DeleteUser | Removes a user's membership information from the membership store. (Overrides MembershipProvider..::.DeleteUser(String, Boolean).) | |
EncryptPassword | (Inherited from MembershipProvider.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindUsersByEmail | Overloaded. Returns a collection of users whose email address match the search criteria. | |
FindUsersByName | Gets a collection of membership users where the user name match the search criteria. The total number of users matching the query are available. (Overrides MembershipProvider..::.FindUsersByName(String, Int32, Int32, Int32%).) | |
GetAllUsers | Gets a collection of all the users in the data source in pages of data. The total number of active users available. (Overrides MembershipProvider..::.GetAllUsers(Int32, Int32, Int32%).) | |
GetHashCode | (Inherited from Object.) | |
GetNumberOfUsersOnline | Gets the number of users currently accessing the application. The UpmMembershipProvider does not support this method. (Overrides MembershipProvider..::.GetNumberOfUsersOnline()()().) | |
GetPassword | Gets the password for the specified user name from the data source. The UpmMembershipProvider does not support this method. (Overrides MembershipProvider..::.GetPassword(String, String).) | |
GetType | (Inherited from Object.) | |
GetUser | Overloaded. Gets information from the data source for a user based on the unique identifier or name for the membership user. | |
GetUserNameByEmail | Gets the user name associated with the specified e-mail address. (Overrides MembershipProvider..::.GetUserNameByEmail(String).) | |
Initialize | Initializes the UpmMembershipProvider. It instantiates a UpmMembershipSettings object. (Overrides ProviderBase..::.Initialize(String, NameValueCollection).) | |
MemberwiseClone | (Inherited from Object.) | |
OnValidatingPassword | (Inherited from MembershipProvider.) | |
ResetPassword | Resets a user's password to a new, automatically generated 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).) | |
ValidateUser | Verifies that the specified user name and password exist in the data source. (Overrides MembershipProvider..::.ValidateUser(String, String).) |
Top
Properties
Name | Description | |
---|---|---|
ApplicationName | Gets or sets the name of this membership provider. (Overrides MembershipProvider..::.ApplicationName.) | |
Description | Gets the name of this membership provider. (Overrides ProviderBase..::.Description.) | |
EnablePasswordReset | Gets a value indicating whether the membership provider is configured to allow users to reset their passwords. (Overrides MembershipProvider..::.EnablePasswordReset.) | |
EnablePasswordRetrieval | Gets a value indicating 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 non-alphanumeric characters that must exist in the password for it to be valid. (Overrides MembershipProvider..::.MinRequiredNonAlphanumericCharacters.) | |
MinRequiredPasswordLength | Gets the number of characters that must exist in the password for it to be valid. (Overrides MembershipProvider..::.MinRequiredPasswordLength.) | |
Name | Gets the name of this membership provider. (Overrides ProviderBase..::.Name.) | |
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.) | |
PasswordLockoutPeriod | Gets the amount of time, in minutes, that a user is locked out of the system when the MaxInvalidPasswordAttempts is exceeded within PasswordAttemptWindow. | |
PasswordStrengthRegularExpression | Gets the regular expression for validating the password string. (Overrides MembershipProvider..::.PasswordStrengthRegularExpression.) | |
ProfileDefinitionName | Returns the name of the profile definition in which the user data is stored. | |
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.) | |
Settings | Gets the UpmMembershipSettings object that describes the currently enabled options. |
Top
Events
Name | Description | |
---|---|---|
ValidatingPassword | (Inherited from MembershipProvider.) |
Top