Class BackOfficeSecurityAccessor
Inheritance
object
Namespace: Umbraco.Cms.Web.Common.Security
Assembly: Umbraco.Web.Common.dll
Syntax
public class BackOfficeSecurityAccessor : IBackOfficeSecurityAccessor
Constructors
View SourceBackOfficeSecurityAccessor(IHttpContextAccessor)
Initializes a new instance of the BackOfficeSecurityAccessor class.
Declaration
public BackOfficeSecurityAccessor(IHttpContextAccessor httpContextAccessor)
Parameters
| Type | Name | Description |
|---|---|---|
| IHttpContextAccessor | httpContextAccessor |
Properties
View SourceBackOfficeSecurity
Gets the current IBackOfficeSecurity object.
Declaration
public IBackOfficeSecurity? BackOfficeSecurity { get; }
Property Value
| Type | Description |
|---|---|
| IBackOfficeSecurity |