PassportAuthenticationEventArgs Class
.NET Framework 2.0
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.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public NotInheritable Class PassportAuthenticationEventArgs Inherits EventArgs 'Usage Dim instance As PassportAuthenticationEventArgs
public final class PassportAuthenticationEventArgs extends EventArgs
public final class PassportAuthenticationEventArgs extends EventArgs
Not applicable.
For more information about handling events, see Consuming Events.
Community Additions
ADD
Show: