Mono Class Library: Overview

System.Web.Security.MembershipUser: Members

The members of System.Web.Security.MembershipUser are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

Commentstring. Documentation for this section has not yet been entered.
[read-only]
CreationDateDateTime. Documentation for this section has not yet been entered.
Emailstring. Documentation for this section has not yet been entered.
IsApprovedbool. Documentation for this section has not yet been entered.
[read-only]
IsLockedOutbool. Documentation for this section has not yet been entered.
[read-only]
IsOnlinebool. Documentation for this section has not yet been entered.
LastActivityDateDateTime. Documentation for this section has not yet been entered.
[read-only]
LastLockoutDateDateTime. Documentation for this section has not yet been entered.
LastLoginDateDateTime. Documentation for this section has not yet been entered.
[read-only]
LastPasswordChangedDateDateTime. Documentation for this section has not yet been entered.
[read-only]
PasswordQuestionstring. Documentation for this section has not yet been entered.
[read-only]
ProviderNamestring. Documentation for this section has not yet been entered.
[read-only]
ProviderUserKeyobject. Documentation for this section has not yet been entered.
[read-only]
UserNamestring. Documentation for this section has not yet been entered.

Public Methods

ChangePassword(string, string) : bool
Documentation for this section has not yet been entered.
ChangePasswordQuestionAndAnswer(string, string, string) : bool
Documentation for this section has not yet been entered.
GetPassword() : string
Documentation for this section has not yet been entered.
GetPassword(string) : string
Documentation for this section has not yet been entered.
ResetPassword() : string
Documentation for this section has not yet been entered.
ResetPassword(string) : string
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
UnlockUser() : bool
Documentation for this section has not yet been entered.