C# Class ZeroInstall.Publish.WinForms.MassSignForm

Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Méthode Description
Show ( [ files ) : void

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

Private Methods

Méthode 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 méthode

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