XFINIUM.PDF Documentation
OCSPs Property



Xfinium.Pdf.DigitalSignatures Namespace > PdfDocumentSecurityStore Class : OCSPs Property
Gets the online certificate status protocol responses collection.
Syntax
'Declaration
 
Public Property OCSPs As PdfDocumentSecurityStoreItemCollection
'Usage
 
Dim instance As PdfDocumentSecurityStore
Dim value As PdfDocumentSecurityStoreItemCollection
 
instance.OCSPs = value
 
value = instance.OCSPs
public PdfDocumentSecurityStoreItemCollection OCSPs {get; set;}

Property Value

A collection of document security store items, each containing a DER encoded Online Certificate Status Protocol (OCSP) response(see RFC 6960).
Remarks
This collection contains OCSPs that may be used in the validation of the signatures in the document.
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

PdfDocumentSecurityStore Class
PdfDocumentSecurityStore Members