Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLSignatureInfoV1.CreateObjects

TElOfficeXMLSignatureInfoV1     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates all necessary SignatureInfoV1 objects.

Declaration

[VB.NET]
    Sub CreateObjects(ByVal Objects As TElXMLObjectList, ByVal Target As String, ByVal Document As TElXMLDOMDocument, ByVal Formatter As TElXMLCustomFormatter)

[Pascal]
    procedure CreateObjects(Objects : TElXMLObjectList; const Target : WideString; Document : TElXMLDOMDocument; Formatter : TElXMLCustomFormatter);

[C++]
    void CreateObjects(TElXMLObjectList &Objects, const sb_u16string &Target, TElXMLDOMDocument &Document, TElXMLCustomFormatter &Formatter);
    void CreateObjects(TElXMLObjectList *Objects, const sb_u16string &Target, TElXMLDOMDocument *Document, TElXMLCustomFormatter *Formatter);
    void CreateObjects(TElXMLObjectList &Objects, const std::wstring &Target, TElXMLDOMDocument &Document, TElXMLCustomFormatter &Formatter);
    void CreateObjects(TElXMLObjectList *Objects, const std::wstring &Target, TElXMLDOMDocument *Document, TElXMLCustomFormatter *Formatter);

Parameters

  • Document - the document to which the SignatureInfoV1 element should be added
  • Formatter - XML formatter. This parameter is for internal use only. Set this parameter to nil/null/Nothing.
  • Objects - the newly created objects will be put here
  • Target - the Target parameter of signature properties

Description

    Call this method to create all objects of SignatureInfoV1 element, and add it to the document. Use of this method makes sense only if Included is True.

See also:     CreateReferences     Included    

Discuss this help topic in SecureBlackbox Forum