Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeSecurityAccessor

    Inheritance
    object
    Namespace: Umbraco.Cms.Web.Common.Security
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class BackOfficeSecurityAccessor : IBackOfficeSecurityAccessor

    Constructors

    View Source

    BackOfficeSecurityAccessor(IHttpContextAccessor)

    Initializes a new instance of the BackOfficeSecurityAccessor class.

    Declaration
    public BackOfficeSecurityAccessor(IHttpContextAccessor httpContextAccessor)
    Parameters
    Type Name Description
    IHttpContextAccessor httpContextAccessor

    Properties

    View Source

    BackOfficeSecurity

    Gets the current IBackOfficeSecurity object.

    Declaration
    public IBackOfficeSecurity? BackOfficeSecurity { get; }
    Property Value
    Type Description
    IBackOfficeSecurity
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX