bElementsToSign

(Optional parameter) Boolean value that specifies whether the array of long values specified by the LongValues property contains the Tags of the Data Elements to be signed. Possible values are:

Value

Meaning

VARIANT_TRUE

The Tags of the Data Elements to be signed are contained in the array specified by the LongValues property and their count is given by the LongValueCount property. The array must be filled before calling the method. If the Digital Signature is being created in the main Data Set, only Data Elements on the root of the Data Set may be referenced by the Tags. Similarly, if the Digital Signature is being created in an Item of a Sequence of Items, only Data Elements under this Item may be referenced by the Tags.

VARIANT_FALSE

No Tags are specified.

See the Remarks for more details. The default value of this parameter is VARIANT_FALSE.