This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Represents membership user information needed by the Smartsite security framework. The class is derived from the .NET Framework MembershipUser class and extends this class by adding the full name, activation date and expiration date. It has a Type property to distinguish between Smartsite users and visitors.

Namespace: Smartsite.Security
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public class User : , 
Visual Basic (Declaration)Copy imageCopy Code
Public Class User _
	Inherits  _
	Implements 

Inheritance Hierarchy

System..::..Object
  System.Web.Security..::..MembershipUser
    Smartsite.Security..::..User

See Also

User Members
Advanced