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
Property Value
Type | Description |
---|---|
IEnumerable<Byte[]> | The list of Online Certificate Status Protocol (OCSP) responses. |
See Also