Skip to main content
All docs
V25.1
  • CertificateStoreProvider.GetCertificate(Byte[]) Method

    Gets the certificate by its subject’s distinguished name.

    Namespace: DevExpress.Office.DigitalSignatures

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public 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