• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Verify Trusted provider of a digital sign

New Here ,
May 24, 2018 May 24, 2018

Copy link to clipboard

Copied

Hello everyone, I need to make sure that a digital signature field was signed by a particular trusted provider. I'm getting the properties of the signature through var f = this.getField ("sign_professional"); var Info = f.signatureInfo (); but I can not get any data referring to the provider of that firm, (I'm not talking about the person who makes the signature, I'm talking about the trusted provider through which the signature was obtained), thank you very much!

TOPICS
Acrobat SDK and JavaScript

Views

188

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 24, 2018 Jul 24, 2018

Copy link to clipboard

Copied

LATEST

That just obtains the "signatureInfo" object, you need to access each property within that object. These properties can vary by the type of signature handler.

See

SignatureInfo properties

SignatureInfo object public key security handler properties

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines