PassportAuthenticationEventHandler Delegate
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.Security
Assembly: System.Web (in System.Web.dll)
Return to top
Represents the method that handles the PassportAuthentication_OnAuthenticate event of a PassportAuthenticationModule. This class is deprecated.
Assembly: System.Web (in System.Web.dll)
[ObsoleteAttribute("This type is obsolete. The Passport authentication product is no longer supported and has been superseded by Live ID.")] public delegate void PassportAuthenticationEventHandler( object sender, PassportAuthenticationEventArgs e )
Parameters
- sender
-
Type:
System.Object
The object that raised the event.
- e
-
Type:
System.Web.Security.PassportAuthenticationEventArgs
A PassportAuthenticationEventArgs object that contains the event data.
This class has been deprecated and is no longer supported. Microsoft Passport Network has been replaced by Windows Live ID. For more information about how to use Windows Live ID to authenticate users in a Web application, see Windows Live ID SDK.
.NET Framework
Available since 1.1
Available since 1.1
Show: