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