Property Getters/Setters Summary | ||
---|---|---|
function | getCertificate() | |
Certificate to sign with. | ||
function | getHashAlgorithm() | |
function | setHashAlgorithm(value) | |
Hash algorithm. The value of the property is PdfDigitalSignatureHashAlgorithm integer constant. | ||
function | getLocation() | |
function | setLocation(value) | |
Location of signing. | ||
function | getReason() | |
function | setReason(value) | |
The reason of signing. | ||
function | getSignatureDate() | |
Date of signing. |
Property Getters/Setters Detail |
---|
getCertificate : X509Certificate2 | |
function getCertificate() |
getReason/setReason : String | |
function getReason() / function setReason(value) |
getLocation/setLocation : String | |
function getLocation() / function setLocation(value) |
getSignatureDate : DateTime | |
function getSignatureDate() |
getHashAlgorithm/setHashAlgorithm : Number | |
function getHashAlgorithm() / function setHashAlgorithm(value) |