PdfPKCS7Formatter
TimestampService Property
|
The provider which generate timestamp token.
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public ITSAService TimestampService { get; set; }
Public Property TimestampService As ITSAService
Get
Set
public:
property ITSAService^ TimestampService {
ITSAService^ get ();
void set (ITSAService^ value);
}
member TimestampService : ITSAService with get, set
Property Value
Type:
ITSAService
See Also