Class DeferredSigningCompleteOptions
- Namespace
- SimpleSign.PAdES
- Assembly
- SimpleSign.PAdES.dll
Options for CompleteAsync(byte[], byte[], DeferredSigningCompleteOptions?, ILogger?, CancellationToken).
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
TsaUrl
TSA URL to add a timestamp to the signature. Null to skip timestamping.
public string? TsaUrl { get; init; }