2006年10月31日

摘要: WSE(Web Services Enhancements)是微软为了使开发者通过.NET创建出更强大,更好用的Web Services而推出功能增强插件。现在最新的版本是WSE2.0(SP2).本文描述了如何使用WSE2.0中的安全功能增强部分来实现安全的Web Services。WSE的安全功能增强实现的是WS-Security标准,此标准是WebService自己的安全协议,由IBM, BE... 阅读全文
posted @ 2006-10-31 22:53 城 阅读(506) 评论(0) 推荐(0) 编辑
 
摘要: No.1 先定义一个SoapHeader/// /// 定义SoapHeader./// public class CredentialSoapHeader : SoapHeader{ public string Username; public string PasswordHash; public string SecurityKey;}-------------------... 阅读全文
posted @ 2006-10-31 22:29 城 阅读(417) 评论(0) 推荐(0) 编辑