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.TimeStampOption Type

Specifies the URL of the time stamp server and the digest algorithm used by the RFC 3161 time stamp server.

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

ServerUrl

Full Usage: ServerUrl

Field type: string

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

Field type: string

Static members

Static member Description

TimeStampOption.Create(serverUrl)

Full Usage: TimeStampOption.Create(serverUrl)

Parameters:
    serverUrl : string

Returns: TimeStampOption

Options default values.

serverUrl : string
Returns: TimeStampOption