Class BackOfficeSecurityAccessor
Inheritance
System.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 |
---|---|---|
Microsoft.AspNetCore.Http.IHttpContextAccessor | httpContextAccessor |
Properties
View SourceBackOfficeSecurity
Gets the current
Declaration
public IBackOfficeSecurity? BackOfficeSecurity { get; }
Property Value
Type | Description |
---|---|
System.Nullable<IBackOfficeSecurity> |