SignOptions
Overview
SignOptions is a class in Aspose.Words FOSS for .NET.
Allows to specify options for document signing.
Properties: Comments, DecryptionPassword, ProviderId, SignTime, SignatureLineId, SignatureLineImage, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Comments | string | Read/Write | Specifies comments on the digital signature. |
SignTime | DateTime | Read/Write | The date of signing. |
SignatureLineId | Guid | Read/Write | Signature line identifier. |
SignatureLineImage | byte[] | Read/Write | The image that will be shown in associated SignatureLine. |
DecryptionPassword | string | Read/Write | The password to decrypt source document. |
ProviderId | Guid | Read/Write | Specifies the class ID of the signature provider. |
XmlDsigLevel | XmlDsigLevel | Read/Write | Specifies the level of a digital signature based on XML-DSig standard. |