C# Class Rebel.Cms.Web.Security.RebelBackOfficeIdentity

A custom user identity for the Rebel backoffice
All values are lazy loaded for performance reasons as the constructor is called for every single request
Inheritance: RebelIdentity, IRebelBackOfficeIdentity
Mostra file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
RebelBackOfficeIdentity ( System.Web.Security.FormsAuthenticationTicket ticket ) : System.Collections.Generic

Method Details

RebelBackOfficeIdentity() public method

public RebelBackOfficeIdentity ( System.Web.Security.FormsAuthenticationTicket ticket ) : System.Collections.Generic
ticket System.Web.Security.FormsAuthenticationTicket
return System.Collections.Generic