Click or drag to resize

CAEXSignatureHeaderAppendSignatureHeader Method

This function appends a signature header to the provided CAEX object if it does not exists. For an existing signature header the signature data is removed.

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static XElement AppendSignatureHeader(
	this CAEXObject caexObjectToSign
)

Parameters

caexObjectToSign  CAEXObject
the CAEX object to be signed

Return Value

XElement
the Signature header element.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CAEXObject. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also