SignOptions class

SignOptions class

Allows to specify options for document signing. To learn more, visit the Work with Digital Signatures documentation article.

Constructors

NameDescription
SignOptions()The default constructor.

Properties

NameDescription
commentsSpecifies comments on the digital signature. Default value is empty string .
decryptionPasswordThe password to decrypt source document. Default value is empty string .
providerIdSpecifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid.
signTimeThe date of signing. Default value is current time
signatureLineIdSignature line identifier. Default value is Empty (all zeroes) Guid.
signatureLineImageThe image that will be shown in associated SignatureLine. Default value is null.
xmlDsigLevelSpecifies the level of a digital signature based on XML-DSig standard. The default value is XmlDsigLevel.XmlDSig.

See Also