PortSight Secure Access Documentation

ARUISignOut - Sign Out Button

 

Usage:

This control can be used together with ARUILogonForm control for signing out of the application. It is only applicable for forms authentication. After user signs out, he/she is redirected to the logon form or to an explicitly specified page.

 

Remarks:

 

Required files:

 

Properties

Property Type Description Default Value

RedirectUrl

String

URL the user will be redirected to after signing out.

By default, user is redirected to the logon form.

RedirectTargetFrame

String

Target frame for redirection. Typically , you can use "_top" for the main browser frameset.

If not specified, it uses the value from the Web.config file, from the "SecureAccessParentFrameName" item. It the configuration value is not set, it uses "" (blank string).

 

Events

Event Description

BeforeSignOut

Occurs before user signs out.