public static bool RequestUnsecurePage( HttpContext context, string encryptedUri, string unencryptedUri, bool usePermanentRedirect )
Parameters
- context
- The Http Context in use
- encryptedUri
- The encrypted uri to use when switching context, if different from the current uri.
- unencryptedUri
- The unencrypted 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 unsecure page was requested, false otherwise.