Interface IBackOfficeSecurityAccessor
Provides access to the IBackOfficeSecurity instance for the current request.
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Core.dll
Syntax
public interface IBackOfficeSecurityAccessor
Properties
View SourceBackOfficeSecurity
Gets the IBackOfficeSecurity instance for the current request.
Declaration
IBackOfficeSecurity? BackOfficeSecurity { get; }
Property Value
| Type | Description |
|---|---|
| IBackOfficeSecurity |