<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>chnking的专栏 - .net</title><link>http://blog.csdn.net/chnking/category/10791.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 13 Dec 2007 21:02:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>chnking</dc:creator><title>应用程序向IIS传送身份验证 </title><link>http://blog.csdn.net/chnking/archive/2007/12/06/1920041.aspx</link><pubDate>Thu, 06 Dec 2007 09:12:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/12/06/1920041.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1920041.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/12/06/1920041.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1920041.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1920041</trackback:ping><description>前面一篇文章描述了IIS服务端设置为匿名身份验证、集成windows身份验证的两种情况：NTLM验证和Kerberos验证、基本身份验证时，IE客户端如何跟IIS进行身份验证的交互的情况。 
这篇文章讨论在应用程序中如何用代码实现跟IIS的各种身份验证设置下客户端身份的验证交互。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1920041.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>使用X.509数字证书加密解密实务（三）-- 使用RSA证书结合对称加密技术加密长数据 </title><link>http://blog.csdn.net/chnking/archive/2007/09/28/1805120.aspx</link><pubDate>Fri, 28 Sep 2007 15:41:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/09/28/1805120.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1805120.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/09/28/1805120.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1805120.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1805120</trackback:ping><description>本文从实用出发，比较全面的介绍X.509数字证书的获得、证书的管理（包括证书的导入、导出），最后是使用数字证书对敏感数据进行加密和解密的详细过程，由于篇幅稍长分三部分发。第一部分是证书的获得和管理，第二部分是使用RSA证书加密敏感数据，第三部分是使用RSA证书结合对称加密技术加密长数据。 
这是最后一部分 -- 使用RSA证书结合对称加密技术加密长数据&lt;img src ="http://blog.csdn.net/chnking/aggbug/1805120.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>使用X.509数字证书加密解密实务（二）-- 使用RSA证书加密敏感数据 </title><link>http://blog.csdn.net/chnking/archive/2007/09/28/1805117.aspx</link><pubDate>Fri, 28 Sep 2007 15:39:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/09/28/1805117.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1805117.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/09/28/1805117.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1805117.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1805117</trackback:ping><description>本文从实用出发，比较全面的介绍X.509数字证书的获得、证书的管理（包括证书的导入、导出），最后是使用数字证书对敏感数据进行加密和解密的详细过程，由于篇幅稍长分三部分发。第一部分是证书的获得和管理，第二部分是使用RSA证书加密敏感数据，第三部分是使用RSA证书结合对称加密技术加密长数据。 这是第二部分 -- 使用RSA证书加密敏感数据 &lt;img src ="http://blog.csdn.net/chnking/aggbug/1805117.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>使用X.509数字证书加密解密实务（一）-- 证书的获得和管理 </title><link>http://blog.csdn.net/chnking/archive/2007/09/28/1805113.aspx</link><pubDate>Fri, 28 Sep 2007 15:37:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2007/09/28/1805113.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/1805113.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2007/09/28/1805113.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/1805113.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1805113</trackback:ping><description>本文从实用出发，比较全面的介绍X.509数字证书的获得、证书的管理（包括证书的导入、导出），最后是使用数字证书对敏感数据进行加密和解密的详细过程，由于篇幅稍长分三部分发。第一部分是证书的获得和管理，第二部分是使用RSA证书加密敏感数据，第三部分是使用RSA证书结合对称加密技术加密长数据。 
先发第一部分 -- 证书的获得和管理。&lt;img src ="http://blog.csdn.net/chnking/aggbug/1805113.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>vs2003中设计强名称程序集并制作安装入GAC的MSI</title><link>http://blog.csdn.net/chnking/archive/2006/02/14/598528.aspx</link><pubDate>Tue, 14 Feb 2006 11:23:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2006/02/14/598528.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/598528.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2006/02/14/598528.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/598528.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=598528</trackback:ping><description>描述怎么建立一个强名称的程序集，怎么把这个强名称数据集通过vs2003的部署项目生成的msi把这个程序集安装进GAC，并提出了这个过程中容易出现的一些问题&lt;img src ="http://blog.csdn.net/chnking/aggbug/598528.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>Asp.net 中服务端控件事件是如何触发的</title><link>http://blog.csdn.net/chnking/archive/2003/09/12/12453.aspx</link><pubDate>Fri, 12 Sep 2003 19:29:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2003/09/12/12453.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/12453.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2003/09/12/12453.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/12453.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12453</trackback:ping><description>&lt;img src ="http://blog.csdn.net/chnking/aggbug/12453.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>文件上传及下载</title><link>http://blog.csdn.net/chnking/archive/2003/09/09/12454.aspx</link><pubDate>Tue, 09 Sep 2003 09:04:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2003/09/09/12454.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/12454.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2003/09/09/12454.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/12454.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12454</trackback:ping><description>&lt;img src ="http://blog.csdn.net/chnking/aggbug/12454.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>vs.net web项目使用visual source safe进行源代码管理</title><link>http://blog.csdn.net/chnking/archive/2003/08/20/12452.aspx</link><pubDate>Wed, 20 Aug 2003 11:00:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2003/08/20/12452.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/12452.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2003/08/20/12452.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/12452.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12452</trackback:ping><description>&lt;img src ="http://blog.csdn.net/chnking/aggbug/12452.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>table的宽度,单元格内换行问题</title><link>http://blog.csdn.net/chnking/archive/2003/08/14/12451.aspx</link><pubDate>Thu, 14 Aug 2003 14:46:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2003/08/14/12451.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/12451.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2003/08/14/12451.aspx#Feedback</comments><slash:comments>13</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/12451.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12451</trackback:ping><description>&lt;img src ="http://blog.csdn.net/chnking/aggbug/12451.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>用户控件中使用客户端脚本的控件名称问题</title><link>http://blog.csdn.net/chnking/archive/2003/07/28/12450.aspx</link><pubDate>Mon, 28 Jul 2003 08:43:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2003/07/28/12450.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/12450.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2003/07/28/12450.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/12450.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12450</trackback:ping><description>&lt;img src ="http://blog.csdn.net/chnking/aggbug/12450.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>页面装载用户控件时的事件顺序</title><link>http://blog.csdn.net/chnking/archive/2003/07/11/12449.aspx</link><pubDate>Fri, 11 Jul 2003 06:42:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2003/07/11/12449.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/12449.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2003/07/11/12449.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/12449.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12449</trackback:ping><description>&lt;img src ="http://blog.csdn.net/chnking/aggbug/12449.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>DataTable,DataView和DataGrid中一些容易混淆的概念</title><link>http://blog.csdn.net/chnking/archive/2003/06/15/12443.aspx</link><pubDate>Sun, 15 Jun 2003 14:41:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2003/06/15/12443.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/12443.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2003/06/15/12443.aspx#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/12443.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12443</trackback:ping><description>&lt;img src ="http://blog.csdn.net/chnking/aggbug/12443.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>Asp.net中基于Forms验证的角色验证授权</title><link>http://blog.csdn.net/chnking/archive/2003/06/11/12448.aspx</link><pubDate>Wed, 11 Jun 2003 13:19:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2003/06/11/12448.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/12448.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2003/06/11/12448.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/12448.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12448</trackback:ping><description>&lt;img src ="http://blog.csdn.net/chnking/aggbug/12448.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>Asp.net中Cookie简明参考</title><link>http://blog.csdn.net/chnking/archive/2003/06/10/12447.aspx</link><pubDate>Tue, 10 Jun 2003 11:00:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2003/06/10/12447.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/12447.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2003/06/10/12447.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/12447.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12447</trackback:ping><description>&lt;img src ="http://blog.csdn.net/chnking/aggbug/12447.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chnking</dc:creator><title>因特网上Cookies是如何工作的</title><link>http://blog.csdn.net/chnking/archive/2003/06/10/12446.aspx</link><pubDate>Tue, 10 Jun 2003 10:52:00 GMT</pubDate><guid>http://blog.csdn.net/chnking/archive/2003/06/10/12446.aspx</guid><wfw:comment>http://blog.csdn.net/chnking/comments/12446.aspx</wfw:comment><comments>http://blog.csdn.net/chnking/archive/2003/06/10/12446.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/chnking/comments/commentRss/12446.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=12446</trackback:ping><description>&lt;img src ="http://blog.csdn.net/chnking/aggbug/12446.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>