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. | ||
function | getXAdESType() | |
function | setXAdESType(value) | |
XAdES type. Default value is None(XAdES is off). The value of the property is XAdESType integer constant. |
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() |
getXAdESType/setXAdESType : Number | |
function getXAdESType() / function setXAdESType(value) |