Class EbicsCanonicalizer

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Helper class for XML canonicalization.

public static class EbicsCanonicalizer
Inheritance
EbicsCanonicalizer
Inherited Members

Methods

CanonicalXml(XmlNode)

public static EbicsDataBuffer CanonicalXml(XmlNode xmlNode)

Parameters

xmlNode XmlNode

The XmlNode to create a canonical representation for. This should be an XmlElement and it must not be null.

Returns

EbicsDataBuffer

CanonicalXml(XmlNodeList)

public static EbicsDataBuffer CanonicalXml(XmlNodeList aNodeList)

Parameters

aNodeList XmlNodeList

Returns

EbicsDataBuffer