PdfCertificateSubject Property |
Gets the subject distinguished name from the certificate.
Namespace: SautinSoft.Pdf.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic string Subject { get; }
Public ReadOnly Property Subject As String
Get
Property Value
String
The subject distinguished name from the certificate.
See Also