Table of Contents

Property Name

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

Name

Gets the common name of the subject of this certificate.

public string? Name { get; }

Property Value

string

The common name of the subject (see Subject) of this certificate.

Remarks

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