Candor.Security.AzureStorageProvider
2.0.0
See the version list below for details.
dotnet add package Candor.Security.AzureStorageProvider --version 2.0.0
NuGet\Install-Package Candor.Security.AzureStorageProvider -Version 2.0.0
<PackageReference Include="Candor.Security.AzureStorageProvider" Version="2.0.0" />
paket add Candor.Security.AzureStorageProvider --version 2.0.0
#r "nuget: Candor.Security.AzureStorageProvider, 2.0.0"
// Install Candor.Security.AzureStorageProvider as a Cake Addin #addin nuget:?package=Candor.Security.AzureStorageProvider&version=2.0.0 // Install Candor.Security.AzureStorageProvider as a Cake Tool #tool nuget:?package=Candor.Security.AzureStorageProvider&version=2.0.0
An Azure storage provider implementation for Candor.Security base providers. This code is open source.
Product | Versions 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. |
-
- Candor.Core (>= 1.0.1)
- Candor.Security (>= 2.0.0)
- Candor.WindowsAzure (>= 1.2.6)
- Common.Logging (>= 2.1.2)
- WindowsAzure.Storage (>= 2.1.0.3)
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.
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