GemBox.Pdf
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PdfCertificateRevocationList Class

    Namespace:
    GemBox.Pdf.Security
    Assembly:
    GemBox.Pdf.dll

    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.

    • C#
    • VB.NET
    public sealed class PdfCertificateRevocationList
    Public NotInheritable Class PdfCertificateRevocationList
    Inheritance:
    System.Object
    PdfCertificateRevocationList

    Constructors

    PdfCertificateRevocationList(Byte[])

    Initializes a new instance of the PdfCertificateRevocationList class.

    • C#
    • VB.NET
    public PdfCertificateRevocationList(byte[] rawData)
    Public Sub New(rawData As Byte())
    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.

    • C#
    • VB.NET
    public byte[] GetRawData()
    Public Function GetRawData As Byte()
    Returns
    System.Byte[]

    The copy of raw data of the PdfCertificateRevocationList as a byte array.

    See Also

    RFC 5280: Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.