This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Represents the method that will handle the Authenticate event.

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

Syntax

C#Copy imageCopy Code
public delegate void BasicAuthenticationEventHandler(
	 sender,
	 e
)
Visual Basic (Declaration)Copy imageCopy Code
Public Delegate Sub BasicAuthenticationEventHandler ( _
	sender As , _
	e As  _
)

Parameters

sender
Object
e
BasicAuthenticationEventArgs

See Also

Advanced