1 instantiation of PassportAuthenticationEventArgs
System.Web (1)
Security\PassportAuthenticationModule.cs (1)
153
OnAuthenticate( new
PassportAuthenticationEventArgs
(identity, context) );
2 references to PassportAuthenticationEventArgs
System.Web (2)
Security\PassportAuthenticationEventHandler.cs (1)
20
public delegate void PassportAuthenticationEventHandler(Object sender,
PassportAuthenticationEventArgs
e);
Security\PassportAuthenticationModule.cs (1)
90
void OnAuthenticate(
PassportAuthenticationEventArgs
e) {