DigitalSignature class

DigitalSignature class

Signature in file.

The DigitalSignature type exposes the following members:

Constructors

ConstructorDescription
initConstructor of digitalSignature. Uses .Net implementation.
initConstructor of digitalSignature. Uses Bouncy Castle implementation.

Properties

PropertyDescription
certificateCertificate object that was used to sign the document.
commentsThe purpose to signature.
sign_timeThe time when the document was signed.
idSpecifies a GUID which can be cross-referenced with the GUID of the signature line stored in the document content.
Default value is Empty (all zeroes) Guid.
textSpecifies the text of actual signature in the digital signature.
Default value is Empty.
imageSpecifies an image for the digital signature.
Default value is null.
provider_idSpecifies the class ID of the signature provider.
Default value is Empty (all zeroes) Guid.
is_validIf this digital signature is valid and the document has not been tampered with,
this value will be true.
x_ad_es_typeXAdES type.
Default value is None(XAdES is off).

See Also