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