Authenticates the request.

Namespace: DotNetNuke.HttpModules.Membership
Assembly: DotNetNuke.HttpModules (in DotNetNuke.HttpModules.dll)

Syntax

C#
public static void AuthenticateRequest(
	HttpContextBase context,
	bool allowUnknownExtensions
)
Visual Basic
Public Shared Sub AuthenticateRequest ( 
	context As HttpContextBase,
	allowUnknownExtensions As Boolean
)

Parameters

context
Type: System.Web..::..HttpContextBase
The context.
allowUnknownExtensions
Type: System..::..Boolean
if set to true to allow unknown extensinons.

See Also