PdfSigner(Object) Constructor |
Initializes a new instance of the PdfSigner class with a digital ID from the specified source.
The digital ID source is either an instance of a X509Certificate2 with a private key or an instance of a CspParameters.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic PdfSigner(
Object digitalIdSource
)
Public Sub New (
digitalIdSource As Object
)
Parameters
- digitalIdSource Object
- The digital ID source that is either an instance of a X509Certificate2 with a private key or an instance of a CspParameters.
ExceptionsException | Condition |
---|
ArgumentException | The digitalIdSource parameter is not an instance of a X509Certificate2 or a CspParameters. |
See Also