"Post Recipient View" 中 `authenticationMethod` 和 `authenticationInstant` 的含义

Meaning of `authenticationMethod` and `authenticationInstant` in "Post Recipient View"

根据 "Post Recipient View" 的 API 文档,属性表示:

authenticationMethod: A sender created value that indicates the convention used to authenticate the signer. This information is included in the Certificate of Completion.

authenticationInstant: A sender generation[sic] value that indicates the date/time that the signer was authenticated.

我不确定“用于验证签名者的约定”是什么意思。我的用户通过 Email/Password 进行身份验证,这很常见。这些属性的有效值是什么("EmailWithPassword" 未被 API 接受)?什么值对应于“通过密码进行身份验证”?

authenticationMethod 是必需的 field/metadata,已添加到完成证书中。提供一个最能描述您的应用程序如何验证签名者的值符合您的最大利益,以便您在查看完成证书时获得准确的 replay/history。下面列出了接受的值:

  • "Password"
  • "Email"
  • "PaperDocuments"
  • "HTTPBasicAuth"
  • "SSLMutualAuth"
  • "X509Certificate"
  • "Kerberos"
  • "SingleSignOn_CASiteminder"
  • "SingleSignOn_InfoCard"
  • "SingleSignOn_MicrosoftActiveDirectory"
  • "SingleSignOn_Passport"
  • "SingleSignOn_SAML"
  • "SingleSignOn_Other"
  • "Smartcard"
  • "RSASecureID"
  • "Biometric"
  • "None"
  • "KnowledgeBasedAuth"