Interface ICoreBackOfficeSignInManager
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public interface ICoreBackOfficeSignInManager
Methods
View SourceCreateUserPrincipalAsync(Guid)
Declaration
Task<ClaimsPrincipal> CreateUserPrincipalAsync(Guid userKey)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | userKey |
Returns
| Type | Description |
|---|---|
| Task<System.Security.Claims.ClaimsPrincipal> |