PdfPkcs7Signature.CrlList Property
Gets a list of CRL 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 CRL responses. |
See Also