相当于密码学库

时间:2014-01-17 06:44:44

标签: c# sharepoint-2010

我对Microsoft Patters and Practices中的Microsoft.Practices.EnterpriseLibrary.Security.Cryptography提出了一个问题=> Enterprise Library 4.1 Oktober 2008?

基本上在我的SharePoint 2007应用程序中,我使用此引用Microsoft.Practices.EnterpriseLibrary.Security.Cryptography,但现在当我将此解决方案导入到sharepoint 2010和visual studio 2010时,我再也找不到这个dll了......

我在msdn上发现它已经不再使用了......所以我的问题是: - 我可以从以前的版本获得这个并在2010年使用 - 最近是否有相应的内容?

我只使用此一次:Cryptographer.EncryptSymmetric(string, string)

任何adivse?

1 个答案:

答案 0 :(得分:0)

如果您不想重构新库的代码,最好将这个dll和所有相关dll包含在解决方案包中,并将它们部署到GAC中。

要查找相关dll,您可以使用反射器并检查参考,或使用反复试验。

要将dll作为解决方案的一部分,请使用此处描述的过程:

Include 3rd party dll in the Sharepoint project while packaging the wsp