asp.net.ph

PassportAuthenticationEventArgs Constructor

System.Web.Security Namespace   PassportAuthenticationEventArgs Class


Initializes a new instance of the PassportAuthenticationEventArgs class.

[ VB ]
Public Sub New ( _
   identity As PassportIdentity, _
   context As HttpContext _
)

[ C# ]
public PassportAuthenticationEventArgs (
   PassportIdentity identity,
   HttpContext context
);

[ C++ ]
public: PassportAuthenticationEventArgs (
   PassportIdentity* identity,
   HttpContext* context
);

[ JScript ]
public function PassportAuthenticationEventArgs (
   identity : PassportIdentity,
   context : HttpContext
);

Parameters

identity
The identity object
context
The context for the event.
See Also

PassportAuthenticationEventArgs Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note