VerifyResult

On this page

VerifyResult data structure returned by Verify API method  as output result

VerifyResult example
{
  "FileInfo": {
    "FilePath": "/words/docx/one-page.docx",
    "Password" : "1234567890"
  },
  "Size" : 12345,
  "IsSuccess": "true"
}
SignResult fields
NameDescription
FilePathName of the verified document
SizeSize of the verified document
IsSuccessResult of verification process

On this page