Click or drag to resize

SignatureServiceBaseCAEXNodeToString Method

Gets the string representation of the caex object which can be used to compute a signature. Already existing signature headers and alias references are removed from the CAEX object.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public virtual string CAEXNodeToString(
	CAEXObject caexObject
)

Parameters

caexObject  CAEXObject
The CAEX object

Return Value

String
The objects string representation
Remarks
To verify the correct node content, the CAEXNodeToString(CAEXObject) method has to be called.
See Also