Gets or sets a value that specifies whether the System.Web.Security.UrlAuthorizationModule object should skip the authorization check for the current request.
Documentation for this section has not yet been entered.
The HttpContext.SkipAuthorization property is intended for advanced use by authentication modules that need to redirect to a page that allows anonymous connections. The Forms authentication module and Passport authentication module both set HttpContext.SkipAuthorization when redirecting to a configured logon page. Setting HttpContext.SkipAuthorization requires the ControlPrincipal flag to be set. For information about the ControlPrincipal flag, see System.Security.Permissions.SecurityPermissionFlag.