Hi,
in the online help I found code to encrypt/decrypt XML files. It uses the
namespace
Imports System.Security.Cryptography.Xml
This namespace does not exist, if I paste it into my IDE (2005, 2.0
Framework, all updates...)
Any idea where I could find it?
Thanks a lot,
Kurt
Ray Manning - 17 Dec 2005 16:51 GMT
You need to add a reference to System.Security to your project. You can do
this by right clicking on the project in the solution explorer.
- Ray
> Hi,
>
[quoted text clipped - 10 lines]
>
> Kurt
Josef Brunner - 19 Dec 2005 07:53 GMT
Good Morning Ray,
it works! Thanks for the help,
Kurt
> You need to add a reference to System.Security to your project. You can do
> this by right clicking on the project in the solution explorer.
[quoted text clipped - 15 lines]
>>
>> Kurt