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 Code |
---|---|
public class User : , |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class User _ Inherits _ Implements |
Inheritance Hierarchy
See Also
User Members
Smartsite.Security Namespace