ICertificateStoreProvider.GetCertificate(Byte[]) Method
Gets the certificate by its subject’s distinguished name.
Namespace: DevExpress.Office.DigitalSignatures
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
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