Property Getters/Setters Summary | ||
---|---|---|
function | getCertificate() | |
function | setCertificate(value) | |
Certificate object that was used to sign the document. | ||
function | getComments() | |
function | setComments(value) | |
The purpose to signature. | ||
function | getId() | |
function | setId(value) | |
Specifies 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. | ||
function | getImage() | |
function | setImage(value) | |
Specifies an image for the digital signature. Default value is null. | ||
function | isValid() | |
If this digital signature is valid and the document has not been tampered with,
this value will be true.
|
||
function | getProviderId() | |
function | setProviderId(value) | |
Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid. | ||
function | getSignTime() | |
function | setSignTime(value) | |
The time when the document was signed. | ||
function | getText() | |
function | setText(value) | |
Specifies the text of actual signature in the digital signature. Default value is Empty. | ||
function | getXAdESType() | |
function | setXAdESType(value) | |
XAdES type. Default value is None(XAdES is off). The value of the property is XAdESType integer constant. |
function getCertificate() / function setCertificate(value)
function getComments() / function setComments(value)
function getSignTime() / function setSignTime(value)
function getId() / function setId(value)
function getText() / function setText(value)
function getImage() / function setImage(value)
function getProviderId() / function setProviderId(value)
function isValid()
function getXAdESType() / function setXAdESType(value)