Candor.Security.AzureStorageProvider 2.6.0

dotnet add package Candor.Security.AzureStorageProvider --version 2.6.0
NuGet\Install-Package Candor.Security.AzureStorageProvider -Version 2.6.0
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="Candor.Security.AzureStorageProvider" Version="2.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Candor.Security.AzureStorageProvider --version 2.6.0
#r "nuget: Candor.Security.AzureStorageProvider, 2.6.0"
#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 Candor.Security.AzureStorageProvider as a Cake Addin
#addin nuget:?package=Candor.Security.AzureStorageProvider&version=2.6.0

// Install Candor.Security.AzureStorageProvider as a Cake Tool
#tool nuget:?package=Candor.Security.AzureStorageProvider&version=2.6.0

An Azure storage provider implementation for Candor.Security base providers.  This code is open source.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Candor.Security.AzureStorageProvider:

Package Downloads
Candor.WindowsAzure.Tasks

An abstract extension to Candor.Tasks for processing messages from an Azure queue.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.6.0 1,598 3/12/2016
2.5.0 1,403 9/30/2015
2.3.2 1,580 8/10/2014
2.3.1 1,546 7/24/2014
2.3.0 2,046 5/7/2014
2.1.1 1,513 2/12/2014
2.1.0.2 1,556 1/11/2014
2.1.0.1 1,366 12/30/2013
2.0.0 1,192 12/27/2013
1.0.1 1,256 10/19/2013
1.0.0 1,278 8/20/2013

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.2: * user names are now case insensitive as intended (already the case with Sql version of UserProvider)
       - this is done by storing user name in lower case.  A separate user profile should be used for a cased name.
     2.3.1: * Update package dependency references
     2.3.0: * Compiled to update referenced definition of User with new IsGuestUser property.
     2.1.1: * CloudBlobRules .GetValidBlobName now supports mixed case (upper case previously caused validation error)
     2.1.0.2: * Added debug symbols and xml documentation
     2.1.0: * Add implementation of UserNotificationProvider that writes the notifications to a queue.
     2.0.0: * Add support to get latest x login sessions for a user (null for never).
     * changed some audit table keys, including current session table.
     this means all users tokens will be considered invalid and require re-login.
     1.0.1: * Update package dependency references