A simple control that checks the current user's creditials. If they have sysadmin privelages, the page is allowed to continue loading. If not, the user is redirected to the login page.

Namespace:  Phoenix.UI
Assembly:  Phoenix.UI (in Phoenix.UI.dll) Version: 2.9.3209.25658 (2.9.0.0)

Syntax

C#
public class AssertSAPrivelages : Control

Remarks

Class diagram

Remarks

This class uses Security to check the user's creditials.

Remarks

PageMapper is used to locate the login page and perform the redirect.

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    Phoenix.UI..::.AssertSAPrivelages

See Also