我爱Aspx >> Asp.Net >> [原创]IssueVision 学习笔记(一)-----使用SoapHeader传递Web Serivices自定义的身份验证数据throw new SoapException(string.Empty, SoapException.ServerFaultCode, "Database");
}
// does the user exist?
if (dataSet.Tables[0].Rows.Count == 0)
{
EventLogHelper.LogFailureAudit(string.Format("The username {0} does not exist.", header.Username));
throw new SoapException(string.Empty, SoapException.ClientFaultCode, "Security");
}
else
{
// we found the user, verify the password hash by compare the Salt + PasswordHash
DataRow dataRow = dataSet.Tables[0].Rows[0];
dbPasswordHash = (string)dataRow["PasswordHash"];
string dbPasswordSalt = (string)dataRow["PasswordSalt"];
// create a hash based on the user@#s salt and the input password
string passwordHash = HashString(dbPasswordSalt + header.Password);
Ҷƪл˵?
Programming Microsoft Office 2..[05-28]
解决WEB页面上焦点控制一法[05-28]
异步调用Web服务[05-28]
客户端程序和web程序的紧密结合-..[05-28]
开发基于Web的CSS设计器.代码参考[05-28]
使用webservice解决多系统登陆问..[05-28]
自定义个性化的web复合控件[05-28]
在VB6或ASP中调用webservice[05-28]
Programming MS Office 2000 Web..[05-28]
在WinForm中使用Web Services 来..[05-28]
[原创]IssueVision 学习笔记(二)..[05-28]
IssueVision 学习笔记(三)-----设..[05-28]
Programming Microsoft Office 2..[05-28]
解决WEB页面上焦点控制一法[05-28]
异步调用Web服务[05-28]
客户端程序和web程序的紧密结合-..[05-28]
开发基于Web的CSS设计器.代码参考[05-28]
使用webservice解决多系统登陆问..[05-28]
自定义个性化的web复合控件[05-28]
在VB6或ASP中调用webservice[05-28]