This is part of the Fake.Tools.SignTool module.
Timestamp command options
Record Field | Description |
Algorithm
Signature: DigestAlgorithm option
|
Used to request a digest algorithm used by the RFC 3161 time stamp server. (signtool option: /td alg)
|
Debug
Signature: bool option
|
Displays debugging information. (signtool option: /debug)
|
ServerUrl
Signature: string
|
Specifies the URL of the time stamp server. (signtool options: /t URL, /tr URL)
|
Timeout
Signature: TimeSpan option
|
Timeout.
|
TimestampIndex
Signature: int option
|
Adds a timestamp to the signature at index. (signtool option: /tp Index)
|
ToolPath
Signature: string option
|
Path to signtool.exe.
If not provided, an attempt will be made to locate it automatically in 'Program Files (x86)\Windows Kits'.
|
Verbosity
Signature: Verbosity option
|
Output verbosity. (signtool options: /q, /v)
|
WorkingDir
Signature: string option
|
Working directory.
If not provided, current directory will be used.
|
Static member | Description |
TimeStampOptions.Create(serverUrl)
Signature: serverUrl:string -> TimeStampOptions
|
Options default values.
|