Interface IUserManager
Namespace: Experior.Core.Licensing
Assembly: Experior.Core.dll
Syntax
public interface IUserManager
Properties
CurrentUser
Declaration
IUserProfile CurrentUser { get; }
Property Value
Type | Description |
---|---|
IUserProfile |
Methods
LogOut()
Declaration
void LogOut()
Events
OnUserLoggedIn
Declaration
event EventHandler<IUserProfile> OnUserLoggedIn
Event Type
Type | Description |
---|---|
System.EventHandler<IUserProfile> |
OnUserLoggedOut
Declaration
event EventHandler<IUserProfile> OnUserLoggedOut
Event Type
Type | Description |
---|---|
System.EventHandler<IUserProfile> |