Property Getters/Setters Summary | ||
---|---|---|
function | getCertificate() | |
Certificate object that was used to sign the document. | ||
function | getComments() | |
function | setComments(value) | |
The purpose to signature. | ||
function | isValid() | |
If this digital signature is valid and the document has not been tampered with, this value will be true. | ||
function | getSignTime() | |
function | setSignTime(value) | |
The time when the document was signed. |
Property Getters/Setters Detail |
---|
getCertificate : X509Certificate2 | |
function getCertificate() |
getComments/setComments : String | |
function getComments() / function setComments(value) |
getSignTime/setSignTime : DateTime | |
function getSignTime() / function setSignTime(value) |
isValid : boolean | |
function isValid() |