Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes an HttpApplication on the Logon Server.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public void Init(
HttpApplication app
)
public:
virtual void Init(
HttpApplication^ app
) sealed
abstract Init :
app:HttpApplication -> unit
override Init :
app:HttpApplication -> unit
Public Sub Init (
app As HttpApplication
)
Parameters
app
Type: System.Web.HttpApplicationThe application to initialize.
Implements
IHttpModule.Init(HttpApplication)
See Also
WebSsoAuthenticationModule Class
System.Web.Security.SingleSignOn Namespace
Return to top