asp.net.ph

PassportAuthenticationEventArgs Class

System.Web.Security Namespace


The event argument passed to the Authenticate event by a PassportAuthenticationModule. Since there is already an identity at this point, this is useful mainly for attaching a custom IPrincipal object to the context using the supplied identity.

PassportAuthenticationEventArgs Class Members

Collapse   Constructors

Visibility Constructor Parameters
public PassportAuthenticationEventArgs ( PassportIdentity identity , HttpContext context )

Collapse   Properties

Visibility Name Value Type Accessibility
public Context HttpContext [ Get ]
public Identity PassportIdentity [ Get ]
public User IPrincipal [ Get , Set ]

Remarks

For more information about handling events, see Web Forms Events Model.

See Also

PassportAuthenticationModule Class   PassportAuthenticationEventHandler Delegate Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph