PageSecurityHelper Methods |
The PageSecurityHelper type exposes the following members.
Name | Description | |
---|---|---|
AccessDeniedPageURL |
Gets the URL of the page where the user should be redirected when not permitted to read the document.
| |
CheckPagePermissions |
Gets the location where permissions of the page should be checked.
| |
CheckPageSecurity |
Checks the security for current page
| |
CheckPermissions |
Redirect to logon page if actual page requires authentication.
| |
CheckPreviewLink |
Check preview link context
| |
CheckSecured |
Redirects to the logon page if user is not authenticated.
| |
CheckSecuredAreas(String, Boolean, ViewModeEnum) |
Redirect to logon page if the user is not authenticated.
| |
CheckSecuredAreas(String, PageInfo, Boolean, ViewModeEnum) |
Redirect to logon page if actual page requires authentication.
| |
CheckViewModePermissions |
Checks whether user is authorized to content with non-live site view mode.
| |
HandlePreviewLink |
Handles the preview link for document engine
| |
RedirectToAccessDenied |
Redirects the user to the access denied page.
| |
RequestSecurePage(Boolean, Int32, ViewModeEnum, String) |
Redirect to https:// or to http:// if page require it
| |
RequestSecurePage(PageInfo, Boolean, ViewModeEnum, String) |
Redirect to https:// if page require it
|