IUserAccessor interface
namespace: Serenity.Abstractions assembly: Serenity.Net.Core
Provides access to the current authenticated user.
public interface IUserAccessor
Members
| name | description |
|---|---|
| User { get; } | Gets the current user principal, or null if no user is authenticated. |
See Also
- Source: IUserAccessor.cs