在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → c# OAuth2.0

c# OAuth2.0

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:24.28M
  • 下载次数:6
  • 浏览次数:80
  • 发布时间:2021-11-04
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
C# oauth2.0 接入QQ和新浪网 demo asp.net mvc实现 OwinOAuthProvider-master
【实例截图】
【核心代码】
4744300845381066440.zip
└── OwinOAuthProvider-master
├── Microsoft.Owin.Security.Sina
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Microsoft.Owin.dll
│   │   │   ├── Microsoft.Owin.Security.dll
│   │   │   ├── Microsoft.Owin.Security.Sina.dll
│   │   │   ├── Microsoft.Owin.Security.Sina.pdb
│   │   │   ├── Microsoft.Owin.Security.xml
│   │   │   ├── Microsoft.Owin.xml
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   └── Owin.dll
│   │   └── Release
│   │   ├── Microsoft.Owin.dll
│   │   ├── Microsoft.Owin.Security.dll
│   │   ├── Microsoft.Owin.Security.Sina.dll
│   │   ├── Microsoft.Owin.Security.Sina.pdb
│   │   ├── Microsoft.Owin.Security.xml
│   │   ├── Microsoft.Owin.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── Newtonsoft.Json.xml
│   │   └── Owin.dll
│   ├── Constants.cs
│   ├── Microsoft.Owin.Security.Sina.1.1.0.0.nupkg
│   ├── Microsoft.Owin.Security.Sina.csproj
│   ├── Microsoft.Owin.Security.Sina.csproj.user
│   ├── Microsoft.Owin.Security.Sina.csproj.vspscc
│   ├── Microsoft.Owin.Security.Sina.nuspec
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Microsoft.Owin.Security.Sina.csproj.FileListAbsolute.txt
│   │   │   ├── Microsoft.Owin.Security.Sina.csproj.GenerateResource.Cache
│   │   │   ├── Microsoft.Owin.Security.Sina.csprojResolveAssemblyReference.cache
│   │   │   ├── Microsoft.Owin.Security.Sina.dll
│   │   │   ├── Microsoft.Owin.Security.Sina.pdb
│   │   │   ├── Microsoft.Owin.Security.Sina.Resources.resources
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   │   └── Resources.Designer.cs.dll
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Microsoft.Owin.Security.Sina.csproj.FileListAbsolute.txt
│   │   ├── Microsoft.Owin.Security.Sina.csproj.GenerateResource.Cache
│   │   ├── Microsoft.Owin.Security.Sina.csprojResolveAssemblyReference.cache
│   │   ├── Microsoft.Owin.Security.Sina.dll
│   │   ├── Microsoft.Owin.Security.Sina.pdb
│   │   ├── Microsoft.Owin.Security.Sina.Resources.resources
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── TempPE
│   │   └── Resources.Designer.cs.dll
│   ├── packages.config
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Provider
│   │   ├── ISinaAuthenticationProvider.cs
│   │   ├── SinaAuthenticatedContext.cs
│   │   ├── SinaAuthenticationProvider.cs
│   │   └── SinaReturnEndpointContext.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── SinaAuthenticationExtensions.cs
│   ├── SinaAuthenticationHandler.cs
│   ├── SinaAuthenticationMiddleware.cs
│   └── SinaAuthenticationOptions.cs
├── Microsoft.Owin.Security.Tencent
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Microsoft.Owin.dll
│   │   │   ├── Microsoft.Owin.Security.dll
│   │   │   ├── Microsoft.Owin.Security.Tencent.dll
│   │   │   ├── Microsoft.Owin.Security.Tencent.pdb
│   │   │   ├── Microsoft.Owin.Security.xml
│   │   │   ├── Microsoft.Owin.xml
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   └── Owin.dll
│   │   └── Release
│   │   ├── Microsoft.Owin.dll
│   │   ├── Microsoft.Owin.Security.dll
│   │   ├── Microsoft.Owin.Security.Tencent.dll
│   │   ├── Microsoft.Owin.Security.Tencent.pdb
│   │   ├── Microsoft.Owin.Security.xml
│   │   ├── Microsoft.Owin.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── Newtonsoft.Json.xml
│   │   └── Owin.dll
│   ├── Constants.cs
│   ├── Microsoft.Owin.Security.Tencent.1.1.0.0.nupkg
│   ├── Microsoft.Owin.Security.Tencent.csproj
│   ├── Microsoft.Owin.Security.Tencent.csproj.user
│   ├── Microsoft.Owin.Security.Tencent.csproj.vspscc
│   ├── Microsoft.Owin.Security.Tencent.nuspec
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Microsoft.Owin.Security.Tencent.csproj.FileListAbsolute.txt
│   │   │   ├── Microsoft.Owin.Security.Tencent.csproj.GenerateResource.Cache
│   │   │   ├── Microsoft.Owin.Security.Tencent.csprojResolveAssemblyReference.cache
│   │   │   ├── Microsoft.Owin.Security.Tencent.dll
│   │   │   ├── Microsoft.Owin.Security.Tencent.pdb
│   │   │   ├── Microsoft.Owin.Security.Tencent.Resources.resources
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   │   └── Resources.Designer.cs.dll
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── Microsoft.Owin.Security.Tencent.csproj.FileListAbsolute.txt
│   │   ├── Microsoft.Owin.Security.Tencent.csproj.GenerateResource.Cache
│   │   ├── Microsoft.Owin.Security.Tencent.dll
│   │   ├── Microsoft.Owin.Security.Tencent.pdb
│   │   ├── Microsoft.Owin.Security.Tencent.Resources.resources
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── TempPE
│   │   └── Resources.Designer.cs.dll
│   ├── packages.config
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Provider
│   │   ├── ITencentAuthenticationProvider.cs
│   │   ├── TencentAuthenticatedContext.cs
│   │   ├── TencentAuthenticationProvider.cs
│   │   └── TencentReturnEndpointContext.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── TencentAuthenticationExtensions.cs
│   ├── TencentAuthenticationHandler.cs
│   ├── TencentAuthenticationMiddleware.cs
│   └── TencentAuthenticationOptions.cs
├── OwinOAuthProvidersDemo
│   ├── App_Start
│   │   ├── BundleConfig.cs
│   │   ├── FilterConfig.cs
│   │   ├── RouteConfig.cs
│   │   └── Startup.Auth.cs
│   ├── bin
│   │   ├── Antlr3.Runtime.dll
│   │   ├── Antlr3.Runtime.pdb
│   │   ├── EntityFramework.dll
│   │   ├── EntityFramework.SqlServer.dll
│   │   ├── EntityFramework.SqlServer.xml
│   │   ├── EntityFramework.xml
│   │   ├── Microsoft.AspNet.Identity.Core.dll
│   │   ├── Microsoft.AspNet.Identity.Core.xml
│   │   ├── Microsoft.AspNet.Identity.EntityFramework.dll
│   │   ├── Microsoft.AspNet.Identity.EntityFramework.xml
│   │   ├── Microsoft.AspNet.Identity.Owin.dll
│   │   ├── Microsoft.AspNet.Identity.Owin.xml
│   │   ├── Microsoft.Owin.dll
│   │   ├── Microsoft.Owin.Host.SystemWeb.dll
│   │   ├── Microsoft.Owin.Host.SystemWeb.xml
│   │   ├── Microsoft.Owin.Security.Cookies.dll
│   │   ├── Microsoft.Owin.Security.Cookies.xml
│   │   ├── Microsoft.Owin.Security.dll
│   │   ├── Microsoft.Owin.Security.Facebook.dll
│   │   ├── Microsoft.Owin.Security.Google.dll
│   │   ├── Microsoft.Owin.Security.MicrosoftAccount.dll
│   │   ├── Microsoft.Owin.Security.OAuth.dll
│   │   ├── Microsoft.Owin.Security.OAuth.xml
│   │   ├── Microsoft.Owin.Security.Sina.dll
│   │   ├── Microsoft.Owin.Security.Sina.pdb
│   │   ├── Microsoft.Owin.Security.Tencent.dll
│   │   ├── Microsoft.Owin.Security.Tencent.pdb
│   │   ├── Microsoft.Owin.Security.Twitter.dll
│   │   ├── Microsoft.Owin.Security.xml
│   │   ├── Microsoft.Owin.xml
│   │   ├── Microsoft.Web.Infrastructure.dll
│   │   ├── Newtonsoft.Json.dll
│   │   ├── Newtonsoft.Json.xml
│   │   ├── Owin.dll
│   │   ├── OwinOAuthProvidersDemo.dll
│   │   ├── OwinOAuthProvidersDemo.dll.config
│   │   ├── OwinOAuthProvidersDemo.pdb
│   │   ├── System.Web.Helpers.dll
│   │   ├── System.Web.Helpers.xml
│   │   ├── System.Web.Mvc.dll
│   │   ├── System.Web.Mvc.xml
│   │   ├── System.Web.Optimization.dll
│   │   ├── System.Web.Optimization.xml
│   │   ├── System.Web.Razor.dll
│   │   ├── System.Web.Razor.xml
│   │   ├── System.Web.WebPages.Deployment.dll
│   │   ├── System.Web.WebPages.Deployment.xml
│   │   ├── System.Web.WebPages.dll
│   │   ├── System.Web.WebPages.Razor.dll
│   │   ├── System.Web.WebPages.Razor.xml
│   │   ├── System.Web.WebPages.xml
│   │   └── WebGrease.dll
│   ├── Content
│   │   ├── bootstrap.css
│   │   ├── bootstrap.css.map
│   │   ├── bootstrap.min.css
│   │   ├── bootstrap-theme.css
│   │   ├── bootstrap-theme.css.map
│   │   ├── bootstrap-theme.min.css
│   │   └── Site.css
│   ├── Controllers
│   │   ├── AccountController.cs
│   │   └── HomeController.cs
│   ├── favicon.ico
│   ├── fonts
│   │   ├── glyphicons-halflings-regular.eot
│   │   ├── glyphicons-halflings-regular.svg
│   │   ├── glyphicons-halflings-regular.ttf
│   │   └── glyphicons-halflings-regular.woff
│   ├── Global.asax
│   ├── Global.asax.cs
│   ├── Models
│   │   ├── AccountViewModels.cs
│   │   └── IdentityModels.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── OwinOAuthProvidersDemo.csproj.FileListAbsolute.txt
│   │   │   ├── OwinOAuthProvidersDemo.csprojResolveAssemblyReference.cache
│   │   │   ├── OwinOAuthProvidersDemo.dll
│   │   │   ├── OwinOAuthProvidersDemo.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── Release
│   │   ├── build.force
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── OwinOAuthProvidersDemo.csproj
│   ├── OwinOAuthProvidersDemo.csproj.user
│   ├── OwinOAuthProvidersDemo.csproj.vspscc
│   ├── packages.config
│   ├── Project_Readme.html
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   └── PublishProfiles
│   │   ├── Default Settings (2).pubxml
│   │   └── Default Settings.pubxml
│   ├── Scripts
│   │   ├── bootstrap.js
│   │   ├── bootstrap.min.js
│   │   ├── jquery-2.1.1.intellisense.js
│   │   ├── jquery-2.1.1.js
│   │   ├── jquery-2.1.1.min.js
│   │   ├── jquery-2.1.1.min.map
│   │   ├── jquery.validate.js
│   │   ├── jquery.validate.min.js
│   │   ├── jquery.validate.unobtrusive.js
│   │   ├── jquery.validate.unobtrusive.min.js
│   │   ├── jquery.validate-vsdoc.js
│   │   ├── modernizr-2.6.2.js
│   │   ├── modernizr-2.7.2.js
│   │   ├── _references.js
│   │   ├── respond.js
│   │   ├── respond.matchmedia.addListener.js
│   │   ├── respond.matchmedia.addListener.min.js
│   │   └── respond.min.js
│   ├── Startup.cs
│   ├── Views
│   │   ├── Account
│   │   │   ├── _ChangePasswordPartial.cshtml
│   │   │   ├── ExternalLoginConfirmation.cshtml
│   │   │   ├── ExternalLoginFailure.cshtml
│   │   │   ├── _ExternalLoginsListPartial.cshtml
│   │   │   ├── Login.cshtml
│   │   │   ├── Manage.cshtml
│   │   │   ├── Register.cshtml
│   │   │   ├── _RemoveAccountPartial.cshtml
│   │   │   └── _SetPasswordPartial.cshtml
│   │   ├── Home
│   │   │   ├── About.cshtml
│   │   │   ├── Contact.cshtml
│   │   │   └── Index.cshtml
│   │   ├── Shared
│   │   │   ├── Error.cshtml
│   │   │   ├── _Layout.cshtml
│   │   │   └── _LoginPartial.cshtml
│   │   ├── _ViewStart.cshtml
│   │   └── Web.config
│   ├── Web.config
│   ├── Web.Debug.config
│   └── Web.Release.config
├── OwinOAuthProviders.sln
├── packages
│   ├── Antlr.3.5.0.2
│   │   ├── Antlr.3.5.0.2.nupkg
│   │   └── lib
│   │   ├── Antlr3.Runtime.dll
│   │   └── Antlr3.Runtime.pdb
│   ├── bootstrap.3.2.0
│   │   ├── bootstrap.3.2.0.nupkg
│   │   └── content
│   │   ├── Content
│   │   │   ├── bootstrap.css
│   │   │   ├── bootstrap.css.map
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap-theme.css
│   │   │   ├── bootstrap-theme.css.map
│   │   │   └── bootstrap-theme.min.css
│   │   ├── fonts
│   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   └── glyphicons-halflings-regular.woff
│   │   └── Scripts
│   │   ├── bootstrap.js
│   │   └── bootstrap.min.js
│   ├── EntityFramework.6.1.1
│   │   ├── content
│   │   │   ├── App.config.transform
│   │   │   └── Web.config.transform
│   │   ├── EntityFramework.6.1.1.nupkg
│   │   ├── lib
│   │   │   ├── net40
│   │   │   │   ├── EntityFramework.dll
│   │   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   │   └── EntityFramework.xml
│   │   │   └── net45
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.SqlServer.dll
│   │   │   ├── EntityFramework.SqlServer.xml
│   │   │   └── EntityFramework.xml
│   │   └── tools
│   │   ├── about_EntityFramework.help.txt
│   │   ├── EntityFramework.PowerShell.dll
│   │   ├── EntityFramework.PowerShell.Utility.dll
│   │   ├── EntityFramework.psd1
│   │   ├── EntityFramework.psm1
│   │   ├── init.ps1
│   │   ├── install.ps1
│   │   └── migrate.exe
│   ├── jQuery.2.1.1
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   ├── jquery-2.1.1.js
│   │   │   ├── jquery-2.1.1.min.js
│   │   │   ├── jquery-2.1.1.min.map
│   │   │   └── jquery-2.1.1-vsdoc.js
│   │   ├── jQuery.2.1.1.nupkg
│   │   └── Tools
│   │   ├── common.ps1
│   │   ├── install.ps1
│   │   ├── jquery-2.1.1.intellisense.js
│   │   └── uninstall.ps1
│   ├── jQuery.Validation.1.13.0
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   ├── jquery.validate.js
│   │   │   ├── jquery.validate.min.js
│   │   │   └── jquery.validate-vsdoc.js
│   │   └── jQuery.Validation.1.13.0.nupkg
│   ├── Microsoft.AspNet.Identity.Core.2.2.1
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── Microsoft.AspNet.Identity.Core.dll
│   │   │   └── Microsoft.AspNet.Identity.Core.xml
│   │   └── Microsoft.AspNet.Identity.Core.2.2.1.nupkg
│   ├── Microsoft.AspNet.Identity.EntityFramework.2.1.0
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── Microsoft.AspNet.Identity.EntityFramework.dll
│   │   │   └── Microsoft.AspNet.Identity.EntityFramework.xml
│   │   └── Microsoft.AspNet.Identity.EntityFramework.2.1.0.nupkg
│   ├── Microsoft.AspNet.Identity.Owin.2.2.1
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── Microsoft.AspNet.Identity.Owin.dll
│   │   │   └── Microsoft.AspNet.Identity.Owin.xml
│   │   └── Microsoft.AspNet.Identity.Owin.2.2.1.nupkg
│   ├── Microsoft.AspNet.Mvc.5.2.0
│   │   ├── Content
│   │   │   ├── Web.config.install.xdt
│   │   │   └── Web.config.uninstall.xdt
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── System.Web.Mvc.dll
│   │   │   └── System.Web.Mvc.xml
│   │   └── Microsoft.AspNet.Mvc.5.2.0.nupkg
│   ├── Microsoft.AspNet.Razor.3.2.0
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── System.Web.Razor.dll
│   │   │   └── System.Web.Razor.xml
│   │   └── Microsoft.AspNet.Razor.3.2.0.nupkg
│   ├── Microsoft.AspNet.Web.Optimization.1.1.3
│   │   ├── lib
│   │   │   └── net40
│   │   │   ├── System.Web.Optimization.dll
│   │   │   └── system.web.optimization.xml
│   │   └── Microsoft.AspNet.Web.Optimization.1.1.3.nupkg
│   ├── Microsoft.AspNet.WebPages.3.2.0
│   │   ├── Content
│   │   │   ├── Web.config.install.xdt
│   │   │   └── Web.config.uninstall.xdt
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── System.Web.Helpers.dll
│   │   │   ├── System.Web.Helpers.xml
│   │   │   ├── System.Web.WebPages.Deployment.dll
│   │   │   ├── System.Web.WebPages.Deployment.xml
│   │   │   ├── System.Web.WebPages.dll
│   │   │   ├── System.Web.WebPages.Razor.dll
│   │   │   ├── System.Web.WebPages.Razor.xml
│   │   │   └── System.Web.WebPages.xml
│   │   └── Microsoft.AspNet.WebPages.3.2.0.nupkg
│   ├── Microsoft.jQuery.Unobtrusive.Validation.3.2.0
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   ├── jquery.validate.unobtrusive.js
│   │   │   └── jquery.validate.unobtrusive.min.js
│   │   └── Microsoft.jQuery.Unobtrusive.Validation.3.2.0.nupkg
│   ├── Microsoft.Owin.2.1.0
│   │   ├── lib
│   │   │   ├── net40
│   │   │   │   ├── Microsoft.Owin.dll
│   │   │   │   └── Microsoft.Owin.XML
│   │   │   └── net45
│   │   │   ├── Microsoft.Owin.dll
│   │   │   └── Microsoft.Owin.XML
│   │   └── Microsoft.Owin.2.1.0.nupkg
│   ├── Microsoft.Owin.3.0.1
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── Microsoft.Owin.dll
│   │   │   └── Microsoft.Owin.XML
│   │   └── Microsoft.Owin.3.0.1.nupkg
│   ├── Microsoft.Owin.Host.SystemWeb.3.0.1
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── Microsoft.Owin.Host.SystemWeb.dll
│   │   │   └── Microsoft.Owin.Host.SystemWeb.xml
│   │   └── Microsoft.Owin.Host.SystemWeb.3.0.1.nupkg
│   ├── Microsoft.Owin.Security.2.1.0
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── Microsoft.Owin.Security.dll
│   │   │   └── Microsoft.Owin.Security.XML
│   │   └── Microsoft.Owin.Security.2.1.0.nupkg
│   ├── Microsoft.Owin.Security.Cookies.2.1.0
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── Microsoft.Owin.Security.Cookies.dll
│   │   │   └── Microsoft.Owin.Security.Cookies.xml
│   │   └── Microsoft.Owin.Security.Cookies.2.1.0.nupkg
│   ├── Microsoft.Owin.Security.OAuth.2.1.0
│   │   ├── lib
│   │   │   └── net45
│   │   │   ├── Microsoft.Owin.Security.OAuth.dll
│   │   │   └── Microsoft.Owin.Security.OAuth.XML
│   │   └── Microsoft.Owin.Security.OAuth.2.1.0.nupkg
│   ├── Microsoft.Web.Infrastructure.1.0.0.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   └── Microsoft.Web.Infrastructure.dll
│   │   └── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│   ├── Modernizr.2.7.2
│   │   ├── Content
│   │   │   └── Scripts
│   │   │   └── modernizr-2.7.2.js
│   │   ├── Modernizr.2.7.2.nupkg
│   │   └── Tools
│   │   ├── common.ps1
│   │   ├── install.ps1
│   │   └── uninstall.ps1
│   ├── Newtonsoft.Json.6.0.4
│   │   ├── 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+sl5+wp80+win8+wpa81
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   └── portable-net45+wp80+win8+wpa81
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   └── Newtonsoft.Json.xml
│   │   ├── Newtonsoft.Json.6.0.4.nupkg
│   │   └── tools
│   │   └── install.ps1
│   ├── Newtonsoft.Json.6.0.8
│   │   ├── 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+sl5+wp80+win8+wpa81
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   └── portable-net45+wp80+win8+wpa81+aspnetcore50
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   └── Newtonsoft.Json.xml
│   │   ├── Newtonsoft.Json.6.0.8.nupkg
│   │   └── tools
│   │   └── install.ps1
│   ├── Owin.1.0
│   │   ├── lib
│   │   │   └── net40
│   │   │   └── Owin.dll
│   │   └── Owin.1.0.nupkg
│   ├── Respond.1.4.2
│   │   ├── content
│   │   │   └── Scripts
│   │   │   ├── respond.js
│   │   │   ├── respond.matchmedia.addListener.js
│   │   │   ├── respond.matchmedia.addListener.min.js
│   │   │   └── respond.min.js
│   │   └── Respond.1.4.2.nupkg
│   └── WebGrease.1.6.0
│   ├── lib
│   │   └── WebGrease.dll
│   ├── tools
│   │   └── WG.EXE
│   └── WebGrease.1.6.0.nupkg
└── README.md

142 directories, 403 files

标签:

实例下载地址

c# OAuth2.0

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警