资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.IdentityModel.Tokens;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Security.Claims;
using System.Threading;
using System.Threading.Tasks;
using System.Web;
namespace DigestAuthentication
{
public class AuthenticationHandler : DelegatingHandler
{
protected async override Task SendAsync(HttpRequestMessage request CancellationToken cancellationToken)
{
try
{
var headers = request.Headers;
if (headers.Authorization != null)
{
Header header = new Header(request.Headers.Authorization.Parameter
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-07-05 15:36 DigestAuthentication\
目录 0 2013-03-01 12:45 DigestAuthentication\App_Data\
目录 0 2013-07-05 15:29 DigestAuthentication\App_Start\
文件 2183 2012-11-14 17:42 DigestAuthentication\App_Start\BundleConfig.cs
文件 286 2012-11-14 17:42 DigestAuthentication\App_Start\FilterConfig.cs
文件 611 2012-11-14 17:42 DigestAuthentication\App_Start\RouteConfig.cs
文件 561 2012-11-14 17:50 DigestAuthentication\App_Start\WebApiConfig.cs
文件 3833 2013-03-14 14:43 DigestAuthentication\AuthenticationHandler.cs
目录 0 2013-07-05 15:29 DigestAuthentication\bin\
文件 105528 2012-11-14 16:55 DigestAuthentication\bin\Antlr3.Runtime.dll
文件 19456 2013-03-23 17:11 DigestAuthentication\bin\DigestAuthentication.dll
文件 34304 2013-03-23 17:11 DigestAuthentication\bin\DigestAuthentication.pdb
文件 1116760 2012-11-14 16:54 DigestAuthentication\bin\Entityfr
文件 1138045 2012-11-14 16:54 DigestAuthentication\bin\Entityfr
文件 45416 2012-11-14 16:54 DigestAuthentication\bin\Microsoft.Web.Infrastructure.dll
文件 374784 2012-11-14 16:54 DigestAuthentication\bin\Newtonsoft.Json.dll
文件 418776 2012-11-14 16:54 DigestAuthentication\bin\Newtonsoft.Json.xm
文件 168544 2012-11-14 16:55 DigestAuthentication\bin\System.Net.Http.Formatting.dll
文件 137872 2012-11-14 16:55 DigestAuthentication\bin\System.Net.Http.Formatting.xm
文件 138352 2012-11-14 16:54 DigestAuthentication\bin\System.Web.Helpers.dll
文件 74208 2012-11-14 16:54 DigestAuthentication\bin\System.Web.Helpers.xm
文件 323168 2012-11-14 16:55 DigestAuthentication\bin\System.Web.Http.dll
文件 73312 2012-11-14 16:55 DigestAuthentication\bin\System.Web.Http.WebHost.dll
文件 10071 2012-11-14 16:55 DigestAuthentication\bin\System.Web.Http.WebHost.xm
文件 379561 2012-11-14 16:55 DigestAuthentication\bin\System.Web.Http.xm
文件 506976 2012-11-14 16:55 DigestAuthentication\bin\System.Web.Mvc.dll
文件 847872 2012-11-14 16:55 DigestAuthentication\bin\System.Web.Mvc.xm
文件 54912 2012-11-14 16:55 DigestAuthentication\bin\System.Web.Optimization.dll
文件 270416 2012-11-14 16:55 DigestAuthentication\bin\System.Web.Providers.dll
文件 264792 2012-11-14 16:54 DigestAuthentication\bin\System.Web.Razor.dll
文件 365160 2012-11-14 16:54 DigestAuthentication\bin\System.Web.Razor.xm
............此处省略138个文件信息
- 上一篇:js旋转图片效果
- 下一篇:C# 录制音频并播放wav声音文件 源码
相关资源
- 提供C#调用系统API函数弹出或收起光驱
- 利用uu云打码平台的lib实现的c#打码平
- asp.net 网页静态化组件(shipingx-Stati
- USB扫码枪验证
- AppStore订单验证
- C# 透過 Google map Geocoder API 以經緯度
- asp.net防刷新(F5) 禁止重复提交 ()
- 域名查询api
- Asp.Net 实现与 Ucenter通信
- asp.net 页面数据压缩回传
- asp.net 多文件上传源码
- facebook OAuth 2.0 asp.net
- 利用cookie可以在静态页判断验证码是
-
ExtJS 2.x 与Google Maps ja
vasc ript API - 静态页判断验证码是否输入正确
- Asp.net MVC - 使用PRG模式 解决放刷新问
- Asp.net MVC 使用NVelocity 作为模板引擎
- log4net 在asp.net 记录全局错误
- asp.net多语言实现 二
- js实现关键字高亮
- web api 文件管理器(附文件上传以及
- asp.net MVC 实现多国语言建站解决方案
- asp.net SEO价格查询系统源码
- 生成静态文件
- asp.net 邮件类库项目源码
- asp.net自动压缩CSS-JS源码 包附对应使用
- RTX IM API 调用
- asp.net 上传文件至wps
- asp.net ucenter 打通用户登录状态实现(
- asp.net mvc 页面缓存(outputcache)入门级
评论
共有 条评论