WebSsoAuthenticationModule.Authenticate Event
Authenticates the WebSsoAuthenticationEventHandler.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public event WebSsoAuthenticationEventHandler Authenticate
public:
event WebSsoAuthenticationEventHandler^ Authenticate {
void add(WebSsoAuthenticationEventHandler^ value);
void remove(WebSsoAuthenticationEventHandler^ value);
}
member Authenticate : IEvent<WebSsoAuthenticationEventHandler,
WebSsoAuthenticationEventArgs>
Public Event Authenticate As WebSsoAuthenticationEventHandler
Remarks
Event handlers can be registered for this event. The handler is invoked when the WebSSO HTTPModule starts authentication.
See Also
WebSsoAuthenticationModule Class
System.Web.Security.SingleSignOn Namespace
Return to top