Candor.Security.SqlProvider
2.6.0
dotnet add package Candor.Security.SqlProvider --version 2.6.0
NuGet\Install-Package Candor.Security.SqlProvider -Version 2.6.0
<PackageReference Include="Candor.Security.SqlProvider" Version="2.6.0" />
paket add Candor.Security.SqlProvider --version 2.6.0
#r "nuget: Candor.Security.SqlProvider, 2.6.0"
// Install Candor.Security.SqlProvider as a Cake Addin #addin nuget:?package=Candor.Security.SqlProvider&version=2.6.0 // Install Candor.Security.SqlProvider as a Cake Tool #tool nuget:?package=Candor.Security.SqlProvider&version=2.6.0
A SqlClient implementation of the security providers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 is compatible. 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. |
-
- Candor.Core (>= 1.5.0)
- Candor.Security (>= 2.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.6.0 | 1,355 | 3/12/2016 |
2.5.0 | 1,350 | 9/30/2015 |
2.3.1 | 1,434 | 7/24/2014 |
2.3.0 | 1,321 | 5/7/2014 |
2.0.0.1 | 1,214 | 1/11/2014 |
2.0.0 | 1,209 | 12/27/2013 |
1.0.1 | 1,347 | 10/19/2013 |
1.0.0 | 1,283 | 8/20/2013 |
0.10.11.30726 | 1,276 | 8/16/2013 |
0.7.0.30405 | 1,462 | 4/5/2013 |
0.6.1.30221 | 1,333 | 2/21/2013 |
0.6.0.30129 | 1,293 | 1/30/2013 |
0.5.0.21231 | 1,382 | 12/31/2012 |
0.4.0.21227 | 1,317 | 12/27/2012 |
0.3.0.21219 | 1,278 | 12/20/2012 |
0.2.0.21218 | 1,400 | 12/18/2012 |
2.6.0: * Update to match Candor.Security version and new InvalidateSession method.
2.5.0: * updated to use new Security library - new rule for IP address locking
2.3.1: * Update package dependency references
2.3.0: * Added storage/retrieval of User.IsGuest property (default false for backwards compat)
2.1.0.1: * Added debug symbols and xml documentation
2.0.0: * Add support to get latest x login sessions for a user (null for never).
1.0.1: * Update package dependency references