PdfSignatureCertificate.GetBytes Method

Gets the raw data of the certificate.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public byte[] GetBytes()
VB
Public Function GetBytes As Byte()

Return Value

Type: Byte[]
The raw data of the certificate.

See Also