.NET Framework 2.0 中安全性的增强

发表于:2008-05-14来源:作者:点击数: 标签:frameworkFrameworkNetNETnet
关键字:.NET Framework 2.0本页内容 System.Security System.Security.Principal System.Net.Security System.Runtime.Remoting System.Security.Cryptography System.Security.Cryptography.X509Certificates和PKCS System.Security.Cryptography.Xml Syste
关键字:.NET Framework 2.0本页内容
 System.Security 
 System.Security.Principal 
 System.Net.Security 
 System.Runtime.Remoting 
 System.Security.Cryptography 
 System.Security.Cryptography.X509Certificates 和 PKCS 
 System.Security.Cryptography.Xml 
 System.Diagnostics 
 System.DirectoryServices 
 System.DirectoryServices.ActiveDirectory 
 System.Web 
 代码访问安全中的变化 
 包装起来 

在我撰写本专栏时,Microsoft® .NET Framework 2.0 是 Beta 1 版的。在进行内部测试时,我编写了一个小程序,来转储整个框架中所有公共类型的所有公共成员,并在版本 1.1 和版本 2.0 上运行。然后,我用 WINDIFF.EXE 来比较这两个文本文件,并花费了几个小时翻阅这些记录的变化,而且特别关注与安全性有关的问题。

原文转自:http://www.ltesting.net