WebSsoAuthenticationEventHandler Delegate
The WebSsoAuthenticationEventHandler field supports the AD FS infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public delegate void WebSsoAuthenticationEventHandler(
object sender,
WebSsoAuthenticationEventArgs e
)
public delegate void WebSsoAuthenticationEventHandler(
Object^ sender,
WebSsoAuthenticationEventArgs^ e
)
type WebSsoAuthenticationEventHandler =
delegate of
sender:Object *
e:WebSsoAuthenticationEventArgs -> unit
Public Delegate Sub WebSsoAuthenticationEventHandler (
sender As Object,
e As WebSsoAuthenticationEventArgs
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: System.Web.Security.SingleSignOn.WebSsoAuthenticationEventArgsAn EventArgs that contains the event data.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top