11 2005 档案
使用证书来做RSA非对称式加密
摘要: 本示例中使用了WSE(Web Service Enhancement)中对证书相关操作的功能,本文中所使用的WSE版本为2.0TP。基于.net framework 1.1 usingSystem;usingSystem.Security.Cryptography;usingX509=Microsoft.Web.Services.Security.X509;namespaceUtil{/**///...阅读全文
posted @ 2005-11-30 09:29 lcybest 阅读(1717) | 评论 (4) 编辑
使用MSAgent代替传统的MessageBox提示来增用客户端用户体验
摘要: 以往的应用程序我们大多都是使用MessageBox来给用户以反馈,不免显得有点呆板,使用MSAgent来改善客户端的用户体验:传统的提示方法:使用MSAgent的提示方法:代码:axAgent2.Characters.Load("Role",Application.StartupPath+"\\Assistant\\"+"earl.acs");axAgent2.Characters["Role"]...阅读全文
posted @ 2005-11-30 09:16 lcybest 阅读(595) | 评论 (2) 编辑