I want to sign an xml document using a private key. And then when my client receives the software for them to be able to verify that the xml document hasnt changed by using a public key.
I want to distribut the same public key amongst all of my customers so that we can issue licenses to them.
Is this possible? I am using c# and .net.