SignToolSignRunner.

Run(IEnumerable<FilePath>, SignToolSignSettings) Method

Summary

Signs the specified assemblies.

Syntax

public void Run(IEnumerable<FilePath> assemblyPaths, SignToolSignSettings settings)

Parameters

Name Type Description
assemblyPaths IEnumerable<FilePath> The assembly paths.
settings SignToolSignSettings The settings.

Return Value

Type Description
void