C# Class withSIX.Sync.Core.ExternalTools.AddonSignerContract

Inheritance: IAddonSigner
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
SignAllInFolder ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
SignFile ( IAbsoluteFilePath file, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
SignFolder ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
SignMany ( AddonSigner spec ) : void

Method Details

SignAllInFolder() public méthode

public SignAllInFolder ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
folder IAbsoluteDirectoryPath
privateFile IAbsoluteFilePath
repackOnFailure bool
Résultat void

SignFile() public méthode

public SignFile ( IAbsoluteFilePath file, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
file IAbsoluteFilePath
privateFile IAbsoluteFilePath
repackOnFailure bool
Résultat void

SignFolder() public méthode

public SignFolder ( IAbsoluteDirectoryPath folder, IAbsoluteFilePath privateFile, bool repackOnFailure = false ) : void
folder IAbsoluteDirectoryPath
privateFile IAbsoluteFilePath
repackOnFailure bool
Résultat void

SignMany() public méthode

public SignMany ( AddonSigner spec ) : void
spec AddonSigner
Résultat void