Skip to main content
All docs
V23.2

ICertificateStoreProvider.GetCertificate(Byte[]) Method

Gets the certificate by its subject’s distinguished name.

Namespace: DevExpress.Office.DigitalSignatures

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

NuGet Package: DevExpress.Pdf.Core

Declaration

byte[] GetCertificate(
    byte[] subjectDN
)

Parameters

Name Type Description
subjectDN Byte[]

The BER-encoded DistinguishedName ASN.1 object (rfc5280) that represents the subject’s distinguished name.

Returns

Type Description
Byte[]

The DER- or BER-encoded Certificate ASN.1 object (rfc5280).

See Also