Hello All,
I need to transform xml into w3c based canonicalized format. I know there is a class XmlDsigC14NTransform in .net core 2.0 to perform the same functionality but I am using .net core 1.0 and can't switch to 2.0. Is there any alternate or workaround to get same functionality as XmlDsigC14NTransform in .net core 1.0 project?
Thank you!