Adds a new object to the list of objects stored into the <ds:Signature> node.
To sign the object, you have to add reference to it. The following types of source data are supported.
| Source data type | Description |
|---|---|
| A string | The specified text is added to the object. |
| An XML element | The specified element (IXMLDomElement) is added to the object. |
| A byte array | The data in byte array is base64 encoded and added to the object. |
| A Data object | The data stored in the Data objects is base64 encoded and added to the object. |
A custom object that implements the IStream
interface | The data stored in the custom object is base64 encoded and added to
the object. Some of the objects that implement the
IStream interface: ASP Request
object, ASP Response object, ADO stream. |
Requires CreaSign Pro (not supported by CreaSign Lite).
XmlSignature Class | CreaSign Namespace | Objects.Add
(c) CREA 2002-2007 www.creasign.si