Class EbicsCanonicalizer
Helper class for XML canonicalization.
Inheritance
System.Object
EbicsCanonicalizer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public static class EbicsCanonicalizer
Methods
CanonicalXml(XmlNode)
Declaration
public static EbicsDataBuffer CanonicalXml(XmlNode xmlNode)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlNode | xmlNode | The XmlNode to create a canonical representation for. This should be an XmlElement
and it must not be |
Returns
Type | Description |
---|---|
EbicsDataBuffer |
CanonicalXml(XmlNodeList)
Declaration
public static EbicsDataBuffer CanonicalXml(XmlNodeList aNodeList)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlNodeList | aNodeList |
Returns
Type | Description |
---|---|
EbicsDataBuffer |