Skip to main content
All docs
V25.1
  • PdfPkcs7Signature.OcspList Property

    Gets the list of Online Certificate Status Protocol (OCSP) responses embedded in the signature.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public IEnumerable<byte[]> OcspList { get; }

    Property Value

    Type Description
    IEnumerable<Byte[]>

    The list of Online Certificate Status Protocol (OCSP) responses.

    See Also