Table of Contents

Class DeferredSigningCompleteOptions

Namespace
SimpleSign.PAdES
Assembly
SimpleSign.PAdES.dll
public sealed class DeferredSigningCompleteOptions
Inheritance
DeferredSigningCompleteOptions
Inherited Members

Properties

HttpClient

HttpClient to use for TSA requests. If null, a default instance is created.

public HttpClient? HttpClient { get; init; }

Property Value

HttpClient

TsaUrl

TSA URL to add a timestamp to the signature. Null to skip timestamping.

public string? TsaUrl { get; init; }

Property Value

string