NewPlatform.Flexberry.Security 1.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NewPlatform.Flexberry.Security --version 1.7.0
                    
NuGet\Install-Package NewPlatform.Flexberry.Security -Version 1.7.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="NewPlatform.Flexberry.Security" Version="1.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NewPlatform.Flexberry.Security" Version="1.7.0" />
                    
Directory.Packages.props
<PackageReference Include="NewPlatform.Flexberry.Security" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NewPlatform.Flexberry.Security --version 1.7.0
                    
#r "nuget: NewPlatform.Flexberry.Security, 1.7.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.
#addin nuget:?package=NewPlatform.Flexberry.Security&version=1.7.0
                    
Install NewPlatform.Flexberry.Security as a Cake Addin
#tool nuget:?package=NewPlatform.Flexberry.Security&version=1.7.0
                    
Install NewPlatform.Flexberry.Security as a Cake Tool

Flexberry Security package.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  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 (1)

Showing the top 1 NuGet packages that depend on NewPlatform.Flexberry.Security:

Package Downloads
NewPlatform.Flexberry.Audit

Flexberry Audit package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.1-beta02 460 10/29/2021
3.0.1-beta01 428 5/31/2021
3.0.0 16,552 5/31/2021
3.0.0-beta03 1,816 9/24/2020
3.0.0-beta02 599 8/7/2020
3.0.0-beta01 536 8/3/2020
3.0.0-alpha01 857 8/23/2019
2.2.0 578 5/31/2021
2.2.0-beta02 492 6/18/2020
2.2.0-beta01 461 8/27/2019
2.1.0 2,486 4/29/2019
2.1.0-alpha01 552 3/5/2019
2.0.0 8,687 12/13/2018
2.0.0-beta14 607 12/12/2018
2.0.0-beta13 722 10/10/2018
2.0.0-beta12 674 10/10/2018
2.0.0-beta11 686 10/10/2018
2.0.0-beta10 822 6/29/2018
2.0.0-beta09 930 6/15/2018
2.0.0-beta07 2,100 2/20/2018
1.7.0 2,398 8/23/2017
1.6.0 1,414 8/23/2017
1.5.0 2,187 2/19/2016
1.4.1 1,578 12/18/2015
1.3.0 1,890 10/1/2015

1) All security objects are now serializable.
     2) Added implementation of bool AccessCheck(string operationId) method to SecurityManager and DefaultSecurityManager classes.
     3) Fixed and improved logic for adding and removing filters to permitions on data objects.