Interface ISigner
Signs files
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface ISigner : IManager
Methods
SignBinary(string)
Signs binary files
Declaration
bool SignBinary(string binFile)
Parameters
Type | Name | Description |
---|---|---|
string | binFile | Binary file, which needs to be signed |
Returns
Type | Description |
---|---|
bool | Flag of success |