C# Class usertools.AuthenticationTester.Forms.frmAuthenticationForm

Mostra file Open project: mcorrientes/Web-Security-Toolset Class Usage Examples

Public Properties

Property Type Description
textBoxURL System.Windows.Forms.TextBox

Public Methods

Method Description
LoadAuthForms ( List AuthenticationForms ) : void
LoadOnlineForms ( ) : void
frmAuthenticationForm ( string URL ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
FillGUIForms ( List Forms ) : void
FillGUIInputFields ( AuthenticationForm Form ) : void
GetURL ( string OriginalURL, string Link ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadForms ( string URL ) : List
LoadInputFields ( string HTMLForm ) : List
RegexText ( string Search, string Text ) : string
buttonClear_Click ( object sender, EventArgs e ) : void
buttonOk_Click ( object sender, EventArgs e ) : void
buttonSetPassword_Click ( object sender, EventArgs e ) : void
buttonSetUsername_Click ( object sender, EventArgs e ) : void
listViewForms_SelectedIndexChanged ( object sender, EventArgs e ) : void
listViewInputFields_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

LoadAuthForms() public method

public LoadAuthForms ( List AuthenticationForms ) : void
AuthenticationForms List
return void

LoadOnlineForms() public method

public LoadOnlineForms ( ) : void
return void

frmAuthenticationForm() public method

public frmAuthenticationForm ( string URL ) : System
URL string
return System

Property Details

textBoxURL public_oe property

public System.Windows.Forms.TextBox textBoxURL
return System.Windows.Forms.TextBox