SignXMLUtil

, ,

I was tasked to build an integration that would sign a xml using a x509Certificate, the solution was built using a Azure Function and creating a little Util class called Signed XMUtil.cs In the handler load your xml and get the certificate from the keyvault (certificate)Next call the sign util and finally log the signature […]

SignXMLUtil Read More »

Scroll to Top