Click or drag to resize

PdfCertificateRevocationList Class

Represents an X.509 Certificate Revocation List (CRL) that is a time-stamped list identifying revoked certificates that is signed by a Certificate Authority (CA) or CRL issuer and made freely available in a public repository.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.SecurityPdfCertificateRevocationList

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfCertificateRevocationList

The PdfCertificateRevocationList type exposes the following members.

Constructors
 NameDescription
Public methodPdfCertificateRevocationList Initializes a new instance of the PdfCertificateRevocationList class.
Top
Methods
 NameDescription
Public methodGetRawData Gets the copy of raw data of a PdfCertificateRevocationList.
Top
See Also