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

NameTypeAccessDescription
CommentsstringRead/WriteSpecifies comments on the digital signature.
SignTimeDateTimeRead/WriteThe date of signing.
SignatureLineIdGuidRead/WriteSignature line identifier.
SignatureLineImagebyte[]Read/WriteThe image that will be shown in associated SignatureLine.
DecryptionPasswordstringRead/WriteThe password to decrypt source document.
ProviderIdGuidRead/WriteSpecifies the class ID of the signature provider.
XmlDsigLevelXmlDsigLevelRead/WriteSpecifies the level of a digital signature based on XML-DSig standard.

See Also