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.
public sealed class PdfCertificateRevocationList
Public NotInheritable Class PdfCertificateRevocationList
- Inheritance:
- System.ObjectPdfCertificateRevocationList
Constructors
PdfCertificateRevocationList(Byte[])
Initializes a new instance of the PdfCertificateRevocationList class.
Parameters
rawData
- System.Byte[]
A byte array containing X.509 Certificate Revocation List (CRL) in a format specified by RFC 5280.
Exceptions
- System.ArgumentNullException
rawData
is null.
Methods
GetRawData()
Gets the copy of raw data of a PdfCertificateRevocationList.
Returns
- System.Byte[]
The copy of raw data of the PdfCertificateRevocationList as a byte array.