PdfDigitalIdCertificate Property |
Gets or sets the certificate.
Namespace: SautinSoft.Pdf.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic PdfCertificate Certificate { get; set; }Public Property Certificate As PdfCertificate
Get
Set
Property Value
PdfCertificate
The certificate.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | The Certificate is already set. |
| ArgumentNullException | Value is . |
See Also