3.7.1.17 SignatureText (Signature Text)

Specifies the text of actual signature in the digital signature.

The possible values for this element are defined by the ST_SignatureText simple type (§3.7.2.4, ST_SignatureText).

Parent Elements

SignatureInfoV13.7.1.13, SignatureInfoV1)

The following XML Schema fragment defines the contents of this element:

 <simpleType name="ST_SignatureText">
   <restriction base="xsd:string">
     <maxLength value="100"/>
   </restriction>
 </simpleType>