基本信息
源码名称:web api token身份验证代码
源码大小:29.90M
文件格式:.zip
开发语言:C#
更新时间:2022-05-12
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
web api token身份验证代码

.
├── TokenSign-master
│   ├── README.md
│   └── TokenSign
│       ├── Client
│       │   ├── App.config
│       │   ├── Client.csproj
│       │   ├── Common
│       │   │   ├── AppSettingsConfig.cs
│       │   │   └── WebApiHelper.cs
│       │   ├── Entity
│       │   │   └── HttpResponseMsg.cs
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   └── AssemblyInfo.cs
│       │   ├── bin
│       │   │   └── Debug
│       │   │       ├── Client.exe
│       │   │       ├── Client.exe.config
│       │   │       ├── Client.pdb
│       │   │       ├── Client.vshost.exe
│       │   │       ├── Client.vshost.exe.config
│       │   │       ├── Newtonsoft.Json.dll
│       │   │       ├── Newtonsoft.Json.xml
│       │   │       ├── Server.dll
│       │   │       ├── Server.pdb
│       │   │       ├── System.Net.Http.Formatting.dll
│       │   │       ├── System.Net.Http.Formatting.xml
│       │   │       ├── System.Web.Http.WebHost.dll
│       │   │       ├── System.Web.Http.WebHost.xml
│       │   │       ├── System.Web.Http.dll
│       │   │       ├── System.Web.Http.xml
│       │   │       └── roslyn
│       │   │           ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│       │   │           ├── Microsoft.CSharp.Core.targets
│       │   │           ├── Microsoft.CodeAnalysis.CSharp.dll
│       │   │           ├── Microsoft.CodeAnalysis.VisualBasic.dll
│       │   │           ├── Microsoft.CodeAnalysis.dll
│       │   │           ├── Microsoft.VisualBasic.Core.targets
│       │   │           ├── System.Collections.Immutable.dll
│       │   │           ├── System.Reflection.Metadata.dll
│       │   │           ├── VBCSCompiler.exe
│       │   │           ├── VBCSCompiler.exe.config
│       │   │           ├── csc.exe
│       │   │           └── vbc.exe
│       │   ├── obj
│       │   │   └── Debug
│       │   │       ├── Client.csproj.Client.exe.config
│       │   │       ├── Client.csproj.FileListAbsolute.txt
│       │   │       ├── Client.csprojResolveAssemblyReference.cache
│       │   │       ├── Client.exe
│       │   │       ├── Client.pdb
│       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│       │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│       │   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│       │   └── packages.config
│       ├── Server
│       │   ├── App_Start
│       │   │   └── WebApiConfig.cs
│       │   ├── Common
│       │   │   ├── EnumExtension.cs
│       │   │   ├── HttpResponseExtension.cs
│       │   │   ├── SignExtension.cs
│       │   │   └── WebSettingsConfig.cs
│       │   ├── Controllers
│       │   │   ├── ProductController.cs
│       │   │   └── ServiceController.cs
│       │   ├── Enum
│       │   │   └── ApiEnum.cs
│       │   ├── Filters
│       │   │   └── ApiSecurityFilter.cs
│       │   ├── Global.asax
│       │   ├── Global.asax.cs
│       │   ├── Models
│       │   │   ├── Product.cs
│       │   │   ├── ResultMsg.cs
│       │   │   └── Token.cs
│       │   ├── Properties
│       │   │   └── AssemblyInfo.cs
│       │   ├── Server.csproj
│       │   ├── Server.csproj.user
│       │   ├── Web.Debug.config
│       │   ├── Web.Release.config
│       │   ├── Web.config
│       │   ├── bin
│       │   │   ├── Microsoft.AI.Agent.Intercept.dll
│       │   │   ├── Microsoft.AI.DependencyCollector.dll
│       │   │   ├── Microsoft.AI.DependencyCollector.xml
│       │   │   ├── Microsoft.AI.PerfCounterCollector.dll
│       │   │   ├── Microsoft.AI.ServerTelemetryChannel.dll
│       │   │   ├── Microsoft.AI.ServerTelemetryChannel.xml
│       │   │   ├── Microsoft.AI.Web.dll
│       │   │   ├── Microsoft.AI.Web.xml
│       │   │   ├── Microsoft.AI.WindowsServer.dll
│       │   │   ├── Microsoft.AI.WindowsServer.xml
│       │   │   ├── Microsoft.ApplicationInsights.dll
│       │   │   ├── Microsoft.ApplicationInsights.xml
│       │   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│       │   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│       │   │   ├── Newtonsoft.Json.dll
│       │   │   ├── Newtonsoft.Json.xml
│       │   │   ├── Server.dll
│       │   │   ├── Server.dll.config
│       │   │   ├── Server.pdb
│       │   │   ├── System.Net.Http.Formatting.dll
│       │   │   ├── System.Net.Http.Formatting.xml
│       │   │   ├── System.Web.Http.WebHost.dll
│       │   │   ├── System.Web.Http.WebHost.xml
│       │   │   ├── System.Web.Http.dll
│       │   │   ├── System.Web.Http.xml
│       │   │   └── roslyn
│       │   │       ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│       │   │       ├── Microsoft.CSharp.Core.targets
│       │   │       ├── Microsoft.CodeAnalysis.CSharp.dll
│       │   │       ├── Microsoft.CodeAnalysis.VisualBasic.dll
│       │   │       ├── Microsoft.CodeAnalysis.dll
│       │   │       ├── Microsoft.VisualBasic.Core.targets
│       │   │       ├── System.Collections.Immutable.dll
│       │   │       ├── System.Reflection.Metadata.dll
│       │   │       ├── VBCSCompiler.exe
│       │   │       ├── VBCSCompiler.exe.config
│       │   │       ├── csc.exe
│       │   │       └── vbc.exe
│       │   ├── obj
│       │   │   └── Debug
│       │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │       ├── Server.csproj.FileListAbsolute.txt
│       │   │       ├── Server.csprojResolveAssemblyReference.cache
│       │   │       ├── Server.dll
│       │   │       ├── Server.pdb
│       │   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│       │   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│       │   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│       │   └── packages.config
│       ├── TokenSign.sln
│       └── packages
│           ├── Microsoft.ApplicationInsights.2.0.0
│           │   ├── Microsoft.ApplicationInsights.2.0.0.nupkg
│           │   └── lib
│           │       ├── dotnet5.4
│           │       │   ├── Microsoft.ApplicationInsights.XML
│           │       │   └── Microsoft.ApplicationInsights.dll
│           │       ├── net40
│           │       │   ├── Microsoft.ApplicationInsights.XML
│           │       │   └── Microsoft.ApplicationInsights.dll
│           │       ├── net45
│           │       │   ├── Microsoft.ApplicationInsights.XML
│           │       │   └── Microsoft.ApplicationInsights.dll
│           │       └── net46
│           │           ├── Microsoft.ApplicationInsights.XML
│           │           └── Microsoft.ApplicationInsights.dll
│           ├── Microsoft.ApplicationInsights.Agent.Intercept.1.2.1
│           │   ├── Microsoft.ApplicationInsights.Agent.Intercept.1.2.1.nupkg
│           │   └── lib
│           │       ├── net40
│           │       │   └── Microsoft.AI.Agent.Intercept.dll
│           │       └── net45
│           │           └── Microsoft.AI.Agent.Intercept.dll
│           ├── Microsoft.ApplicationInsights.DependencyCollector.2.0.0
│           │   ├── Microsoft.ApplicationInsights.DependencyCollector.2.0.0.nupkg
│           │   ├── content
│           │   │   ├── ApplicationInsights.config.install.xdt
│           │   │   ├── ApplicationInsights.config.transform
│           │   │   └── ApplicationInsights.config.uninstall.xdt
│           │   └── lib
│           │       ├── net40
│           │       │   ├── Microsoft.AI.DependencyCollector.XML
│           │       │   └── Microsoft.AI.DependencyCollector.dll
│           │       └── net45
│           │           ├── Microsoft.AI.DependencyCollector.XML
│           │           └── Microsoft.AI.DependencyCollector.dll
│           ├── Microsoft.ApplicationInsights.JavaScript.0.22.9-build00167
│           │   ├── Microsoft.ApplicationInsights.JavaScript.0.22.9-build00167.nupkg
│           │   ├── content
│           │   │   └── scripts
│           │   │       ├── ai.0.22.9-build00167.js
│           │   │       └── ai.0.22.9-build00167.min.js
│           │   └── tools
│           │       └── prefix.html
│           ├── Microsoft.ApplicationInsights.PerfCounterCollector.2.0.0
│           │   ├── Microsoft.ApplicationInsights.PerfCounterCollector.2.0.0.nupkg
│           │   ├── content
│           │   │   ├── ApplicationInsights.config.install.xdt
│           │   │   ├── ApplicationInsights.config.transform
│           │   │   └── ApplicationInsights.config.uninstall.xdt
│           │   └── lib
│           │       ├── net40
│           │       │   └── Microsoft.AI.PerfCounterCollector.dll
│           │       └── net45
│           │           └── Microsoft.AI.PerfCounterCollector.dll
│           ├── Microsoft.ApplicationInsights.Web.2.0.0
│           │   ├── Microsoft.ApplicationInsights.Web.2.0.0.nupkg
│           │   ├── content
│           │   │   ├── net40
│           │   │   │   ├── ApplicationInsights.config.install.xdt
│           │   │   │   ├── ApplicationInsights.config.transform
│           │   │   │   ├── ApplicationInsights.config.uninstall.xdt
│           │   │   │   ├── web.config.install.xdt
│           │   │   │   └── web.config.uninstall.xdt
│           │   │   └── net45
│           │   │       ├── ApplicationInsights.config.install.xdt
│           │   │       ├── ApplicationInsights.config.transform
│           │   │       ├── ApplicationInsights.config.uninstall.xdt
│           │   │       ├── web.config.install.xdt
│           │   │       └── web.config.uninstall.xdt
│           │   └── lib
│           │       ├── net40
│           │       │   ├── Microsoft.AI.Web.XML
│           │       │   └── Microsoft.AI.Web.dll
│           │       └── net45
│           │           ├── Microsoft.AI.Web.XML
│           │           └── Microsoft.AI.Web.dll
│           ├── Microsoft.ApplicationInsights.WindowsServer.2.0.0
│           │   ├── Microsoft.ApplicationInsights.WindowsServer.2.0.0.nupkg
│           │   ├── Tools
│           │   │   └── install.ps1
│           │   ├── content
│           │   │   ├── ApplicationInsights.config.install.xdt
│           │   │   ├── ApplicationInsights.config.transform
│           │   │   └── ApplicationInsights.config.uninstall.xdt
│           │   └── lib
│           │       ├── net40
│           │       │   ├── Microsoft.AI.WindowsServer.XML
│           │       │   └── Microsoft.AI.WindowsServer.dll
│           │       └── net45
│           │           ├── Microsoft.AI.WindowsServer.XML
│           │           └── Microsoft.AI.WindowsServer.dll
│           ├── Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.0.0
│           │   ├── Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.2.0.0.nupkg
│           │   ├── content
│           │   │   ├── ApplicationInsights.config.install.xdt
│           │   │   ├── ApplicationInsights.config.transform
│           │   │   └── ApplicationInsights.config.uninstall.xdt
│           │   └── lib
│           │       ├── net40
│           │       │   ├── Microsoft.AI.ServerTelemetryChannel.XML
│           │       │   └── Microsoft.AI.ServerTelemetryChannel.dll
│           │       └── net45
│           │           ├── Microsoft.AI.ServerTelemetryChannel.XML
│           │           └── Microsoft.AI.ServerTelemetryChannel.dll
│           ├── Microsoft.AspNet.WebApi.5.2.3
│           │   └── Microsoft.AspNet.WebApi.5.2.3.nupkg
│           ├── Microsoft.AspNet.WebApi.Client.5.2.3
│           │   ├── Microsoft.AspNet.WebApi.Client.5.2.3.nupkg
│           │   └── lib
│           │       ├── net45
│           │       │   ├── System.Net.Http.Formatting.dll
│           │       │   └── System.Net.Http.Formatting.xml
│           │       └── portable-wp8%2Bnetcore45%2Bnet45%2Bwp81%2Bwpa81
│           │           ├── System.Net.Http.Formatting.dll
│           │           └── System.Net.Http.Formatting.xml
│           ├── Microsoft.AspNet.WebApi.Core.5.2.3
│           │   ├── Content
│           │   │   └── web.config.transform
│           │   ├── Microsoft.AspNet.WebApi.Core.5.2.3.nupkg
│           │   └── lib
│           │       └── net45
│           │           ├── System.Web.Http.dll
│           │           └── System.Web.Http.xml
│           ├── Microsoft.AspNet.WebApi.WebHost.5.2.3
│           │   ├── Microsoft.AspNet.WebApi.WebHost.5.2.3.nupkg
│           │   └── lib
│           │       └── net45
│           │           ├── System.Web.Http.WebHost.dll
│           │           └── System.Web.Http.WebHost.xml
│           ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0
│           │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0.nupkg
│           │   ├── build
│           │   │   └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│           │   ├── content
│           │   │   ├── web.config.install.xdt
│           │   │   └── web.config.uninstall.xdt
│           │   ├── lib
│           │   │   └── net45
│           │   │       ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│           │   │       └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│           │   └── tools
│           │       ├── init.ps1
│           │       └── uninstall.ps1
│           ├── Microsoft.Net.Compilers.1.0.0
│           │   ├── Microsoft.Net.Compilers.1.0.0.nupkg
│           │   ├── ThirdPartyNotices.rtf
│           │   ├── build
│           │   │   └── Microsoft.Net.Compilers.props
│           │   └── tools
│           │       ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│           │       ├── Microsoft.CSharp.Core.targets
│           │       ├── Microsoft.CodeAnalysis.CSharp.dll
│           │       ├── Microsoft.CodeAnalysis.VisualBasic.dll
│           │       ├── Microsoft.CodeAnalysis.dll
│           │       ├── Microsoft.VisualBasic.Core.targets
│           │       ├── System.Collections.Immutable.dll
│           │       ├── System.Reflection.Metadata.dll
│           │       ├── VBCSCompiler.exe
│           │       ├── VBCSCompiler.exe.config
│           │       ├── csc.exe
│           │       └── vbc.exe
│           ├── Newtonsoft.Json.6.0.4
│           │   ├── Newtonsoft.Json.6.0.4.nupkg
│           │   ├── lib
│           │   │   ├── net20
│           │   │   │   ├── Newtonsoft.Json.dll
│           │   │   │   └── Newtonsoft.Json.xml
│           │   │   ├── net35
│           │   │   │   ├── Newtonsoft.Json.dll
│           │   │   │   └── Newtonsoft.Json.xml
│           │   │   ├── net40
│           │   │   │   ├── Newtonsoft.Json.dll
│           │   │   │   └── Newtonsoft.Json.xml
│           │   │   ├── net45
│           │   │   │   ├── Newtonsoft.Json.dll
│           │   │   │   └── Newtonsoft.Json.xml
│           │   │   ├── netcore45
│           │   │   │   ├── Newtonsoft.Json.dll
│           │   │   │   └── Newtonsoft.Json.xml
│           │   │   ├── portable-net40%2Bsl5%2Bwp80%2Bwin8%2Bwpa81
│           │   │   │   ├── Newtonsoft.Json.dll
│           │   │   │   └── Newtonsoft.Json.xml
│           │   │   └── portable-net45%2Bwp80%2Bwin8%2Bwpa81
│           │   │       ├── Newtonsoft.Json.dll
│           │   │       └── Newtonsoft.Json.xml
│           │   └── tools
│           │       └── install.ps1
│           └── Newtonsoft.Json.9.0.1
│               ├── Newtonsoft.Json.9.0.1.nupkg
│               ├── lib
│               │   ├── net20
│               │   │   ├── Newtonsoft.Json.dll
│               │   │   └── Newtonsoft.Json.xml
│               │   ├── net35
│               │   │   ├── Newtonsoft.Json.dll
│               │   │   └── Newtonsoft.Json.xml
│               │   ├── net40
│               │   │   ├── Newtonsoft.Json.dll
│               │   │   └── Newtonsoft.Json.xml
│               │   ├── net45
│               │   │   ├── Newtonsoft.Json.dll
│               │   │   └── Newtonsoft.Json.xml
│               │   ├── netstandard1.0
│               │   │   ├── Newtonsoft.Json.dll
│               │   │   └── Newtonsoft.Json.xml
│               │   ├── portable-net40 sl5 wp80 win8 wpa81
│               │   │   ├── Newtonsoft.Json.dll
│               │   │   └── Newtonsoft.Json.xml
│               │   └── portable-net45 wp80 win8 wpa81
│               │       ├── Newtonsoft.Json.dll
│               │       └── Newtonsoft.Json.xml
│               └── tools
│                   └── install.ps1
└── 好例子网_TokenSign-master.zip

107 directories, 243 files