Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeSecurityAccessor

    Inheritance
    System.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
    Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor

    Properties

    View Source

    BackOfficeSecurity

    Gets the current IBackOfficeSecurity object.

    Declaration
    public IBackOfficeSecurity BackOfficeSecurity { get; }
    Property Value
    Type Description
    IBackOfficeSecurity
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficeSecurityAccessor(IHttpContextAccessor)
    • Properties
      • BackOfficeSecurity
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX