Click or drag to resize

DocumentSigningInfoTSAName Property

The configured TSA name used for the signature timestamp. If not specified, then timestamp will not be inserted.

Namespace:  ASDSoft.WebSigner.Server.Api
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[DataMemberAttribute(Name = "tsaName")]
public string TSAName { get; set; }

Property Value

Type: String

Implements

IContentBuilderConfigurationTSAName
Examples
DigiCert
See Also