摘要:
using System;//这个是使用DES的基础using System.Security.Cryptography;//这个是处理文字编码的前提using System.Text;//以“流”的形式处理文字,也是微软DES算法要求的using System.IO;/// /// DES加密方法... 阅读全文
摘要:
(转)WebService head加密,可以对WebService设置访问用户名和密码,增强WebService的安全性使WebService只能被授权用户使用。具体实现步骤:1、定义一个soapheader派生类用来实现WebService访问权限验证[csharp]view plaincopy... 阅读全文