PdfSignatureInformationCertification Property |
Gets the certification for the signature.
Namespace:
Atalasoft.PdfDoc.DigitalSignatures
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PdfCertification Certification { get; }
Public ReadOnly Property Certification As PdfCertification
Get
Property Value
Type:
PdfCertification
The
PdfCertification for the signature or
null if not signed.
See Also