June 2002
Intermediate to advanced
816 pages
28h 12m
English
SkipAuthorization
Boolean = Context.SkipAuthorization Context.SkipAuthentication = Boolean
Set
s or returns a flag indicating
whether the URLAuthorization module will skip the authorization
check. The default is False.
Boolean
A Boolean variable returning or setting the flag regarding authorization checks.
The following example retrieves the status of the SkipAuthorization property and displays it in the Message label control:
Sub Page_Load( )
Message.Text = "SkipAuthorization? " _
& Context.SkipAuthorization
End SubTo set this value, the ControlPrincipal Flag must be set in the Flags property of the SecurityPermission object. This property is used internally by the Forms and Passport authentication modules.
Read now
Unlock full access