Click or drag to resize
IPageSecurityUserMeetsAuthenticationRequirements Method
Returns a true value if the current user is already authenticated or if the page is publicly available (does not require authentication).

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
bool UserMeetsAuthenticationRequirements()

Return Value

Type: Boolean
See Also