fullname

Used in a signature item to record the fully qualified name of the signer. This name is retrieved from the digital certificate used to the sign the form.

Syntax

   <fullname>name</fullname>
Table 1. fullname parameters
Parameter Type Description
name string The fully qualified name of the signer, as supplied by the digital certificate used to sign the form.

Available in

signature

Example

This sample shows a fullname option as part of a signature item:

   <signature sid="empsignature">
      <signer>Jane D Smith, jsmith@insurance.com</signer>
      <fullname>
         "Verisign, Inc.", Verisign Trust Network, 
         "www.verisign.com/repository/RPA Incorp. by 
         Ref.,LIAB.LTD(c)98", Persona Not Validated, 
         Digital ID Class 1 - Microsoft, Jane D Smith, 
         jsmith@insurance.com
      </fullname>
   </signature>

Usage details

  1. This option is added to the form during the signing process, and is created by the software that enables signing (such as a form viewer).