SignOptions class
SignOptions class
Allows to specify options for document signing.
To learn more, visit the Work with Digital Signatures documentation article.
Constructors
Properties
| Name | Description |
|---|
| comments | Specifies comments on the digital signature. Default value is empty string . |
| decryptionPassword | The password to decrypt source document. Default value is empty string . |
| providerId | Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid. |
| signTime | The date of signing. Default value is current time |
| signatureLineId | Signature line identifier. Default value is Empty (all zeroes) Guid. |
| signatureLineImage | The image that will be shown in associated SignatureLine. Default value is null. |
| xmlDsigLevel | Specifies the level of a digital signature based on XML-DSig standard. The default value is XmlDsigLevel.XmlDSig. |
See Also