PdfSignatureCertificate.Subject Property

Gets the distinguished name of the subject of the certificate.

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

Syntax

C#
public X500DistinguishedName Subject { get; }
VB
Public ReadOnly Property Subject As X500DistinguishedName
	Get

Property Value

Type: X500DistinguishedName
The distinguished name of the subject of the certificate.

See Also