I followed this example on how to write xml documents using C # using RSACryptoServiceProvider.
I need to use this sample with ECDsaCryptoServiceProvider, which can be found here:
http://msdn.microsoft.com/en-us/library/system.security.cryptography.ecdsacryptoserviceprovider%28v=vs.102%29.aspx
Like msdn, it should be found in System.Security.Cryptography, the problem is that I do not see this class in System.Security.Cryptography.
Does anyone know how I can use this class? Should I use the "special" version of the .NET Framework? Thanks in advance.
".NET Micro Framework 4.3" - IOT-.