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.UIAssembly: Phoenix.UI (in Phoenix.UI.dll) Version: 2.9.3209.25658 (2.9.0.0)
Syntax
| C# |
|---|
public class AssertSAPrivelages : Control |
Remarks
Remarks
This class uses Security to check the user's creditials.
Remarks
PageMapper is used to locate the login page and
perform the redirect.
