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.
Initializes a module and prepares it to handle requests.
Namespace: Smartsite.Security.Authentication
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public void Init( context ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Sub Init ( _ context As _ ) |
Parameters
- context
- HttpApplication
An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application
See Also
Smartsite.Security.Authentication Namespace