Where can the ECDsaCryptoServiceProvider class be found

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.

+4
source share
1

".NET Micro Framework 4.3" - IOT-.

+2

All Articles