{$cfg_webname}
主页 > 外文翻译 > 计算机翻译 >

.NET Framework 2.0 中安全性的增强

来源:wenku168.com  资料编号:WK1685585 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1685585
资料介绍

Microsoft .NET Framework 2.0 刚升级到Beta 2版的。我最开始着手撰写本Beta 2时,编写了一个小程序,来转储整个Framework中所有公共类型的所有公共成员,并在版本 1.1 和版本 2.0 上运行。然后,我用 WINDIFF.EXE 来比较这两个文本文件,同时花费了几个小时翻阅这些记录的变化,并且特别关注与安全性有关的问题。
.NET Framework 中的安全性支持在版本 2.0 中得到很多人的关爱,我将带您快速浏览我在其中发现的吸引人的地方。我不会讨论所有内容,但您将会了解从什么地方开始看,并在哪里停留以查看新的变化。我每次讨论一个命名空间。

英文原文(附件)
Security Enhancements in the .NET Framework 2.0

Version 2.0 of the Microsoft®.NET Framework has been released. A year ago, when I first got my hands on the Beta 2 bits, I hacked together a little program to dump all of the public members of all public types in the entire Framework and ran it on version 1.1 in addition to version 2.0. I then used WINDIFF.EXE to compare the two text files, and spent a few hours paging through the changes taking notes, paying special attention to anything that was security related.
Security support in the .NET Framework got a lot of love in version 2.0, and this column is going to take you on a whirlwind tour of the goodies you’ll find there. I won’t be able to cover everything, but you’ll know where to start looking to stay on top of the new changes. I’ll take this a namespace at a time.
推荐资料