4.2.3 Using the X509Certificate Element

The following is an example of the KeyInfo element, as specified in [XMLDSig]. This KeyInfo element is using the X509Certificate element to directly include the X.509 certificate, as recommended. For further specifications on the relevant message syntax, see Security Token Signature (section 2.2.4.2.2).

 <KeyInfo>
     <X509Data xmlns="http://www.w3.org/2000/09/xmldsig#">
         <X509Certificate>MIIEJDCCA42gAw ... </X509Certificate>
     </X509Data>
 </KeyInfo>