C# Calculate SHA256 value for SEPA (XML) paymentfile

对着背影说爱祢 提交于 2019-11-30 23:38:31

Ok i want to inform about the solution, maybe any one will find these topic:
The document node has to selected directly in that way from the container: "XmlNodeList documentNodeList = sepaContainer.GetElementsByTagName("Document");"

then the outer xml of the first entry have to be canonized and convert to hash.

also the first posted value: 7DDB2138E8C91037DA7A6E9552478C59A2AACE26F8112EBC8012A8DE11592025 is wrong the correct value will be 38B862BD35B95D8CB20448153B5F6F73B3657EB1BC81CF11D3491D16EEA94009

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!