ICrlClient.GetEncoded(IList<Byte[]>) Method
Returns a list of CertificateList ASN.1 objects.
Namespace: DevExpress.Office.DigitalSignatures
Assembly: DevExpress.Pdf.v25.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
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