IPWorks Encrypt 2020 C++ Builder Edition

Questions / Feedback?

ReferenceTransformAlgorithms Property

This property specifies a comma separated list of canonicalization algorithms to be applied to XMLElement .

Syntax

__property String ReferenceTransformAlgorithms[int ReferenceIndex] = { read=FReferenceTransformAlgorithms, write=FSetReferenceTransformAlgorithms };

Default Value

"C14N"

Remarks

This property specifies a comma separated list of canonicalization algorithms to be applied to ReferenceXMLElement. The XML data specified by ReferenceXMLElement will be transformed using the specified algorithm(s) before the HashAlgorithm is applied. The default value is "C14N". Possible values are:

"C14N" Canonical XML version 1.0
"C14N_COMMENTS" Canonical XML version 1.0 with comments
"C14N11" Canonical XML version 1.1
"C14N11_COMMENTS" Canonical XML version 1.1 with comments
"EXC_C14N" Exclusive XML canonicalization version 1.0
"EXC_C14N_COMMENTS" Exclusive XML canonicalization version 1.0 with comments

The ReferenceIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ReferenceCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 C++ Builder Edition - Version 20.0 [Build 8155]