Skip to main content
All docs
V23.2

CrlClient.GetEncoded(IList<Byte[]>) Method

Returns a list of CertificateList ASN.1 objects.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IEnumerable<byte[]> GetEncoded(
    IList<byte[]> chain
)

Parameters

Name Type Description
chain IList<Byte[]>

A list of DER-encoded x509 certificates to check.

Returns

Type Description
IEnumerable<Byte[]>

A collection of DER- or BER-encoded CertificateList ASN.1 objects.

See Also