locked
problems with system.security on .net compact framework RRS feed

  • Question

  • hi guys,

    I have a problem.
    i need to do the porting of mines .dll from .net to .net compact framework.

    these are some dll for XML data manipulation.
    the problem is : in my .net classes i use system.security.cryptography.xml but in .net cf i can't find it..
    i remember that for use this on my .net classes i had to manually add the reference for Sistem.Security.dll but i can't find it form Compact Framework...

    any ideas?
    I hope you could help me...thank you so much.
    Wednesday, July 8, 2009 8:43 PM

Answers

  • Hi,


    i remember that for use this on my .net classes i had to manually add the reference for Sistem.Security.dll but i can't find it form Compact Framework...


    You have the namespace System.Security.Cryptography.



    but if you want to create XML signature there is no api support for CF.

    Regards,
    Malleswar




    Thursday, July 9, 2009 6:49 AM