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.