I have a question regarding Microsoft.Practices.EnterpriseLibrary.Security.Cryptography
in Microsoft Patters and Practices => Enterprise Library 4.1 Oktober 2008?
Basically in my SharePoint 2007 applicatin i was using this reference Microsoft.Practices.EnterpriseLibrary.Security.Cryptography
, but now when I've imported this solution to sharepoint 2010, and visual studio 2010 i cannot find this dll anymore ...
I found on msdn that it is not used anymore ..., so my question is: - can i get this from previous version and use in 2010 - is there a recent equivalent for this?
I'm using this only like this once: Cryptographer.EncryptSymmetric(string, string)
Any adivse?