IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

ReferenceTransformAlgorithms Property

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

Syntax

ANSI (Cross Platform)
char* GetReferenceTransformAlgorithms(int iReferenceIndex);
int SetReferenceTransformAlgorithms(int iReferenceIndex, const char* lpszReferenceTransformAlgorithms); Unicode (Windows) LPWSTR GetReferenceTransformAlgorithms(INT iReferenceIndex);
INT SetReferenceTransformAlgorithms(INT iReferenceIndex, LPCWSTR lpszReferenceTransformAlgorithms);
- (NSString*)referenceTransformAlgorithms:(int)referenceIndex;
- (void)setReferenceTransformAlgorithms:(int)referenceIndex:(NSString*)newReferenceTransformAlgorithms;
#define PID_XMLSIG_REFERENCETRANSFORMALGORITHMS 16

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_XMLSig_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSENCRYPT_EXTERNAL int IPWORKSENCRYPT_CALL IPWorksEncrypt_XMLSig_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSENCRYPT_EXTERNAL int IPWORKSENCRYPT_CALL IPWorksEncrypt_XMLSig_CheckIndex(void *lpObj, int propid, int arridx);

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++ Edition - Version 20.0 [Build 8155]