Click or drag to resize

PdfCertificateRevocationListGetRawData Method

Gets the copy of raw data of a PdfCertificateRevocationList.

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.6.5
Syntax
public byte[] GetRawData()

Return Value

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