XFINIUM.PDF Documentation
CertificateRevocationLists Property



Xfinium.Pdf.DigitalSignatures Namespace > PdfDocumentSecurityStore Class : CertificateRevocationLists Property
Gets the certificate revocation lists collection.
Syntax
'Declaration
 
Public Property CertificateRevocationLists As PdfDocumentSecurityStoreItemCollection
'Usage
 
Dim instance As PdfDocumentSecurityStore
Dim value As PdfDocumentSecurityStoreItemCollection
 
instance.CertificateRevocationLists = value
 
value = instance.CertificateRevocationLists
public PdfDocumentSecurityStoreItemCollection CertificateRevocationLists {get; set;}
public:
property PdfDocumentSecurityStoreItemCollection^ CertificateRevocationLists {
   PdfDocumentSecurityStoreItemCollection^ get();
   void set (    PdfDocumentSecurityStoreItemCollection^ value);
}

Property Value

A collection of document security store items, each containing a DER encoded Certificate Revocation List (CRL) (see RFC 5280).
Remarks
This collection contains CRLs 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