Overload List

  Name Description
Public method GetUser(Object, Boolean)
Gets the http context cached information from the data source for the membership user associated with the specified unique identifier and updates the last activity date/time stamp for the user, if specified.
(Overrides SqlMembershipProvider..::..GetUser(Object, Boolean).)
Public method GetUser(String, Boolean)
Returns http context cached information from the SQL Server membership database for a user and provides an option to update the last activity date/time stamp for the user.
(Overrides SqlMembershipProvider..::..GetUser(String, Boolean).)

See Also