XFINIUM.PDF Documentation
TimeStampResponse Property



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

Property Value

The complete DER encoded TimpeStampResponse object (as defined in RFC 3161).
Remarks
The library will check the status value in the TimeStampReponse and if it is zero, it will embed the TimeStampToken in the signature.
If the status is not zero or this property is null, the signature will be created without timestamp information.
This property is ignored when TimeStampToken property is set.
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