Initializes a newly created instance of the CustomAuthenticationEvent Class.
[Visual Basic] Public Sub New( _ ByVal userName As String, _ ByVal userPassword As String, _ ByVal context As HttpContext _ ) [C#] public CustomAuthenticationEvent( string userName, string userPassword, HttpContext context ); [C++] public: CustomAuthenticationEvent( String* userName, String* userPassword, HttpContext* context ); [JScript] public function CustomAuthenticationEvent( userName : String, userPassword : String, context : HttpContext );
CustomAuthenticationEvent Class | CustomAuthenticationEvent Members | System.Web.Security Namespace