XFINIUM.PDF Documentation
OcspResponse Property



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

Property Value

The OCSP response received from the server as the result of submitting the OCSP request.
Remarks
The OCSP response is not validated in any way by the library, it is embedded as it is in the digital signature.
If this property is null then no OCSP information is embedded in the signature.
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

PdfOcspEventData Class
PdfOcspEventData Members