The MembershipPasswordController type exposes the following members.

Constructors

  NameDescription
Public methodMembershipPasswordController
DotNetNuke.Entities.Users.Membership.MembershipPasswordController

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFoundBannedPassword
Checks if user entered password is on the list of banned passwords combines host level list with current site level list
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPasswordHistory
returns the password history of the supplied user
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPasswordInHistory(Int32, Int32, String)
checks to see if the password is in history and adds it if it is not
Public methodIsPasswordInHistory(Int32, Int32, String, Boolean)
checks to see if the password is in history and adds it if it is not
Public methodIsPasswordPreviouslyUsed
checks if the new password matches a previously used password when hashed with the same salt
Public methodIsValidToken
checks if the password reset token being used is valid i.e. has not been used before and is within the the expiration period
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

See Also