FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

SignTool.TimeStampOptions Type

Timestamp command options

Record fields

Record Field Description

Algorithm

Full Usage: Algorithm

Field type: DigestAlgorithm option

Used to request a digest algorithm used by the RFC 3161 time stamp server. (signtool option: /td alg)

Field type: DigestAlgorithm option

Debug

Full Usage: Debug

Field type: bool option

Displays debugging information. (signtool option: /debug)

Field type: bool option

ServerUrl

Full Usage: ServerUrl

Field type: string

Specifies the URL of the time stamp server. (signtool options: /t URL, /tr URL)

Field type: string

Timeout

Full Usage: Timeout

Field type: TimeSpan option

Timeout.

Field type: TimeSpan option

TimestampIndex

Full Usage: TimestampIndex

Field type: int option

Adds a timestamp to the signature at index. (signtool option: /tp Index)

Field type: int option

ToolPath

Full Usage: ToolPath

Field type: string option

Path to signtool.exe. If not provided, an attempt will be made to locate it automatically in 'Program Files (x86)\Windows Kits'.

Field type: string option

Verbosity

Full Usage: Verbosity

Field type: Verbosity option

Output verbosity. (signtool options: /q, /v)

Field type: Verbosity option

WorkingDir

Full Usage: WorkingDir

Field type: string option

Working directory. If not provided, current directory will be used.

Field type: string option

Static members

Static member Description

TimeStampOptions.Create(serverUrl)

Full Usage: TimeStampOptions.Create(serverUrl)

Parameters:
    serverUrl : string

Returns: TimeStampOptions

Options default values.

serverUrl : string
Returns: TimeStampOptions