Table of Contents

Property SerialNumber

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

SerialNumber

Gets the serial number of this certificate.

public string SerialNumber { get; }

Property Value

string

The serial number of this certificate.

Remarks

Read the Verify PDF signature in C# and VB.NET article for examples of using this property.