Property Subject
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Subject
Gets the distinguished name of the subject of the certificate.
public X500DistinguishedName Subject { get; }
Property Value
- X500DistinguishedName
The distinguished name of the subject of the certificate.
Remarks
Read the Verify PDF signature in C# and VB.NET article for examples of using this property.