Table of Contents

Method GetBytes

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

GetBytes()

Gets the raw data of the certificate.

public byte[] GetBytes()

Returns

byte[]

The raw data of the certificate.

Remarks

The Verify PDF signature in C# and VB.NET article shows how to access and verify digital signatures in PDF documents.