 | 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.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static XElement AppendSignatureHeader(
this CAEXObject caexObjectToSign
)
<ExtensionAttribute>
Public Shared Function AppendSignatureHeader (
caexObjectToSign As CAEXObject
) As XElement
public:
[ExtensionAttribute]
static XElement^ AppendSignatureHeader(
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