public static bool RequestSecurePage( HttpContext context, string encryptedUri, bool usePermanentRedirect )
Parameters
- context
 - The Http Context in use
 - encryptedUri
 - The encrypted uri to use when switching context, if different from the current uri.
 - usePermanentRedirect
 - Tells whether to use permanent redirect or not
 
Return Value
true if secure page was requested, false otherwise.