Method | Description | |
---|---|---|
ForceAdministrator ( ) : void |
Require administrator access
|
|
ForceAuthentication ( ) : void |
Require that a user is logged in to access the page
|
|
ForceSSL ( ) : void |
Verifies that we are connected on a secure connection using HTTPS
|
|
IsAuthenticated ( ) : bool |
Verify that a user is logged in
|
Method | Description | |
---|---|---|
Page_Init ( object sender, EventArgs e ) : void |
Master initialization required before child page loads
|
|
Page_Load ( object sender, EventArgs e ) : void |
Load the master page components - customization based on this instance
|
protected Page_Init ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |