PdfSignatureCertificate.Name Property

Gets the common name of the subject of this certificate.

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

Syntax

C#
public string Name { get; }
VB
Public ReadOnly Property Name As String
	Get

Property Value

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

See Also