PdfCertifierTimeStampUsing Property |
Gets or sets a value resenting the time stamping authority and settings which should be used when certifying this document with a digital signature.
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic PdfTimeStamper TimeStampUsing { get; set; }
Public Property TimeStampUsing As PdfTimeStamper
Get
Set
Property Value
Type:
PdfTimeStamper
Remarks
Time stamping is optional, but will help viewers to trust the validity of the certification.
See Also