XFINIUM.PDF Documentation
TimeStampToken Property



Xfinium.Pdf.DigitalSignatures Namespace > PdfTimeStampEventData Class : TimeStampToken Property
Gets or sets the time stamp token.
Syntax
'Declaration
 
Public Property TimeStampToken As Byte()
'Usage
 
Dim instance As PdfTimeStampEventData
Dim value() As Byte
 
instance.TimeStampToken = value
 
value = instance.TimeStampToken
public byte[] TimeStampToken {get; set;}
public:
property array<byte>^ TimeStampToken {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

The DER encoded timpe stamp token.
Remarks
If this property is set, the time stamp token will be embedded in the signature as it is. When this property is set, the TimeStampResponse property is ignored.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfTimeStampEventData Class
PdfTimeStampEventData Members