NengLong.CMP.SSO 2.0.8

dotnet add package NengLong.CMP.SSO --version 2.0.8
NuGet\Install-Package NengLong.CMP.SSO -Version 2.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NengLong.CMP.SSO" Version="2.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NengLong.CMP.SSO --version 2.0.8
#r "nuget: NengLong.CMP.SSO, 2.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NengLong.CMP.SSO as a Cake Addin
#addin nuget:?package=NengLong.CMP.SSO&version=2.0.8

// Install NengLong.CMP.SSO as a Cake Tool
#tool nuget:?package=NengLong.CMP.SSO&version=2.0.8

Helpers and Data Models for NengLong Unified Authentication Middleware

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on NengLong.CMP.SSO:

Package Downloads
Microsoft.Owin.Security.NengLongSSO

NengLong Unified Authentication Middleware For WebApi

Microsoft.Owin.Security.NengLongCookie

NengLong Unified Authentication Middleware For Mvc

NengLong.CMP.SSOYXTExtensions

NengLong Unified Authentication Middleware For SSO And Yxt Platform

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.8 950 6/19/2019
2.0.7 806 6/17/2019
2.0.6 600 6/17/2019
2.0.5 807 5/16/2019
2.0.4 1,368 2/18/2019
1.1.7 936 11/23/2018
1.1.6 770 9/28/2018
1.1.5 778 9/28/2018
1.1.3 1,012 3/22/2018
1.1.2 1,935 8/10/2017
1.1.1 1,776 3/3/2017
1.1.0 1,042 2/4/2017
1.0.13 4,401 3/11/2016
1.0.12 998 3/1/2016
1.0.11 1,030 2/24/2016
1.0.10 2,319 2/23/2016
1.0.9 1,558 2/19/2016
1.0.8 1,210 2/19/2016
1.0.7 1,218 2/17/2016
1.0.6 1,246 2/16/2016
1.0.5 1,883 1/8/2016
1.0.4 1,048 1/6/2016
1.0.3 1,237 12/25/2015
1.0.2 1,019 12/17/2015
1.0.1 3,829 12/17/2015

v2.0.8
* qyh validatecode
v2.0.6
* Maintain  oldSessionId -> sessionId
v2.0.4
* add qyh
v1.1.7
* Modify Add captcha logincBySecurity    
v1.1.5
* Modify polly

v1.1.3
* Modify logs

v1.1.2
* Modify the logging method
* LoginBySecurity method add platformKey parameter

v1.1.1
* Add logs

v1.1.0
* Enhance Security

v1.0.13
* Implement *Async Methods
* Replace HttpRequestMessage with HttpWebRequest

v1.0.12
* Fix async/await Exception on Dispose()

v1.0.11
* Add Default Values for UserMainInfo/User Models' Properties

v1.0.10
1. Extend UserMainInfo model on GetUser

v1.0.9
1. Use GetTicket/GetToken Version 2 if appid configured, otherwise use version 1

v1.0.8
1. Obsolete GetTicket/GetToken

v1.0.7
1. Integrate SsoAPI and V2.SsoAPI construction

v1.0.6
1. Add getTicket/getToken V2 with appid/secret encryption

v1.0.5
1. Remove try/catch blocks and CommonLogging

v1.0.4
1. Remove unused libraries

v1.0.3
1. Add WebSysname for User Model

v1.0.2
1. Remove All Request Caches

v1.0.1
1. Authentication Configurations
2. Authentication Helpers
3. Authentication Data Models