Hi,

I'm trying to follow a tutorial on the MSDN site to encrypt an Xml doc within C#.

EncryptedXml eXml = new EncryptedXml();

I cannot find the EncryptedXml class. I have included all the Security namespaces, etc, but its still not coming on. Anybody any ideas?

Thanks,

Darren.

You tried using System.Security.Cryptography.XML?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.