C# Class SignMaster.SignMasterForm

Datei anzeigen Open project: sillsdevinstaller Class Usage Examples

Public Methods

Method Description
SignMasterForm ( SigningParameters &signParams ) : System

Constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BtnBrowseCertificateClick ( object sender, EventArgs e ) : void

Response to user pressing Browse button beside the certificate path edit box.

BtnBrowseFilesClick ( object sender, EventArgs e ) : void

Response to user pressing Browse button beside the files-to-be-signed edit box.

InitializeComponent ( ) : void

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

OnBtnCancelClicked ( object sender, EventArgs e ) : void

Response to user canceling.

OnBtnSignClicked ( object sender, EventArgs e ) : void

Response to user clicking button to commence signing process.

OnFileSetAppend ( object sender, EventArgs e ) : void

Called by popup menu when user dropped files into pre-existing list and then opted for append.

OnFileSetReplace ( object sender, EventArgs e ) : void

Called by popup menu when user dropped files into pre-existing list and then opted for replace.

OnFilesToBeSignedDragEnter ( object sender, DragEventArgs e ) : void

Response to user dragging files over the files-to-be-signed edit box.

OnFilesToBeSignedPathDrop ( object sender, DragEventArgs e ) : void

Response to user dropping files into the files-to-be-signed edit box.

OnPathOfCertificateDragEnter ( object sender, DragEventArgs e ) : void

Response to user dragging a file over the certificate path edit box.

OnPathOfCertificatePathDrop ( object sender, DragEventArgs e ) : void

Response to user dropping a file into the certificate path edit box.

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

SignMasterForm() public method

Constructor
public SignMasterForm ( SigningParameters &signParams ) : System
signParams SigningParameters Reference to main structure containing signing details.
return System