PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether to issue the challenge or not.

Namespace: Smartsite.Security.Authentication
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
protected virtual bool ShouldChallenge(
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
Protected Overridable Function ShouldChallenge ( _
	context As  _
) As 

Parameters

context
HttpContext

See Also

Advanced