C# Class ZeroInstall.Publish.WinForms.MassSignForm

显示文件 Open project: 0install/0install-win Class Usage Examples

Public Methods

Method Description
Show ( [ files ) : void

Displays a dialog allowing the user to sign a set of Feeds.

Private Methods

Method Description
MassSignDialog_Load ( object sender, EventArgs e ) : void
MassSignForm ( IEnumerable files ) : System

Creates a new mass signing dialog.

SignFiles ( OpenPgpSecretKey secretKey, string passphrase ) : void

Signs a number of Feeds with a single OpenPgpSecretKey.

buttonOK_Click ( object sender, EventArgs e ) : void
comboBoxSecretKey_SelectedValueChanged ( object sender, EventArgs e ) : void

Method Details

Show() public static method

Displays a dialog allowing the user to sign a set of Feeds.
public static Show ( [ files ) : void
files [ The files to be signed.
return void