C# Class DOTNETIDS.SecurePage

A mechanism to secure pages through the IDS
Inheritance: System.Web.UI.Page
Mostra file Open project: IndiansIncredible/.NetIDS

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

The Secure Page's OnInit event handler

OnLoad ( EventArgs e ) : void

The SecurePage's Page OnLoad handler

Method Details

OnInit() protected method

The Secure Page's OnInit event handler
protected OnInit ( EventArgs e ) : void
e System.EventArgs The Page Init EventArgs
return void

OnLoad() protected method

The SecurePage's Page OnLoad handler
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The Page Load EventArgs
return void