Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureProperties Class / TimeStamp Property

In This Topic
    TimeStamp Property (SignatureProperties)
    In This Topic
    Gets or sets the object implementing the ITimeStampGenerator interface that is used to generate the time-stamp token included in the digital signature of the document.
    Syntax
    'Declaration
     
    Public Property TimeStamp As ITimeStampGenerator
    public ITimeStampGenerator TimeStamp {get; set;}
    See Also