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.
Raises the Authenticate event and then allows access to the authenticated identity by installing it as the user making the current request.

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

Syntax

C#Copy imageCopy Code
protected virtual void Allow(
	 context,
	 identity,
	 userToken
)
Visual Basic (Declaration)Copy imageCopy Code
Protected Overridable Sub Allow ( _
	context As , _
	identity As , _
	userToken As  _
)

Parameters

context
HttpContext
identity
IIdentity
userToken
Object

See Also

Advanced