Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
SignTool
The SignTool tool is a command-line tool that digitally signs files, verifies signatures in files, or time stamps files.
Nested types and modules
Type | Description |
CertificateFromFile |
Specifies parameters to use when using a certificate from a file. |
CertificateFromStore |
Specifies parameters to use when using a certificate from a certificate store. |
DigestAlgorithm |
Digest algorithm |
SignCertificate |
Specifies what type of certificate to use. |
SignOptions |
Sign command options |
TimeStampOption |
Specifies the URL of the time stamp server and the digest algorithm used by the RFC 3161 time stamp server. |
TimeStampOptions |
Timestamp command options |
Verbosity |
Verbosity |
VerifyOptions |
Verify command options |