Skip to content

PDFCrlEventData

Namespace: O2S.Components.PDF4NET.DigitalSignatures

Defines the arguments for the PDFDigitalSignature.OnCrlInformationNeeded event.

public class PDFCrlEventData

Inheritance ObjectPDFCrlEventData

Properties

CrlResponse

Gets or sets the CRL response.

public Byte[] CrlResponse { get; set; }

Property Value

Byte[]
The response received from the server as the result of requesting the certificate revocation list.

Remarks

The CRL response is not validated in any way by the library, it is embedded as it is in the digital signature.
If this property is null then no CRL information is embedded in the signature.


CrlUrl

Gets the URL from where the CRL (Certificate Revocation List) information can be retrieved.

public string CrlUrl { get; }

Property Value

String
The URL where the CRL information can be retrieved from.

Remarks

This value is extracted from the certificate, if it is included.