ReferenceTransformAlgorithms Property
This property specifies a comma separated list of canonicalization algorithms to be applied to XMLElement .
Syntax
char* GetReferenceTransformAlgorithms(int iReferenceIndex);
int SetReferenceTransformAlgorithms(int iReferenceIndex, char* lpszReferenceTransformAlgorithms);
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 size of the array is controlled by the ReferenceCount property.
This property is not available at design time.
Data Type
String