Property SerialNumber
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
SerialNumber
Gets the serial number of this recipient's certificate.
public string? SerialNumber { get; }
Property Value
- string
The serial number of this recipient's certificate.
Remarks
The Decrypt PDF documents in C# and VB.NET article contains examples of using this property.