TimestampSettings

TimestampSettings

Overview

TimestampSettings is a class in Aspose.PDF FOSS for .NET.

RFC 3161 Time-Stamp Authority (TSA) settings consumed by the signer when embedding a timestamp token into the PKCS#7 envelope.

This class provides 2 methods for working with TimestampSettings objects in .NET programs. Available methods include: TimestampSettings. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: BasicAuthCredentials, DigestHashAlgorithm, ServerUrl.

Properties

NameTypeAccessDescription
ServerUrlstringRead/WriteTSA service URL (e.g.
BasicAuthCredentialsstringRead/WriteOptional Base64 BasicAuth value ("<user>:<pass>" Base64-encoded) injected as Authorization: Basic <value>.
DigestHashAlgorithmDigestHashAlgorithmRead/WriteDigest algorithm requested from the TSA for the timestamp’s messageImprint.

Methods

SignatureDescription
TimestampSettings()Calls TimestampSettings on this TimestampSettings instance.
TimestampSettings(serverUrl: string, basicAuthCredentials: string, digestHashAlgorithm: DigestHashAlgorithm)

See Also