Click or drag to resize
IPageSecurity Interface
Interface for page security configuration.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IPageSecurity

The IPageSecurity type exposes the following members.

Properties
  NameDescription
Public propertyIsSecured
Indicates if the page is configured as a secured page.
Top
Methods
  NameDescription
Public methodIsUserAuthorizedToAccess
Returns a true value if the current user is authorized to access the secured page based on configuration.
Public methodUserMeetsAuthenticationRequirements
Returns a true value if the current user is already authenticated or if the page is publicly available (does not require authentication).
Top
See Also