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 | isValid() | |
If this digital signature is valid and the document has not been tampered with, this value will be true. | ||
method | getSignTime() | |
method | setSignTime(value) | |
The time when the document was signed. |
Property Getters/Setters Detail |
---|
getCertificate : X509Certificate2 | |
X509Certificate2 getCertificate() |
getComments/setComments : String | |
String getComments() / setComments(value) |
getSignTime/setSignTime : DateTime | |
DateTime getSignTime() / setSignTime(value) |
isValid : boolean | |
boolean isValid() |