NewPlatform.Flexberry.Security
2.0.0-beta12
See the version list below for details.
dotnet add package NewPlatform.Flexberry.Security --version 2.0.0-beta12
NuGet\Install-Package NewPlatform.Flexberry.Security -Version 2.0.0-beta12
<PackageReference Include="NewPlatform.Flexberry.Security" Version="2.0.0-beta12" />
paket add NewPlatform.Flexberry.Security --version 2.0.0-beta12
#r "nuget: NewPlatform.Flexberry.Security, 2.0.0-beta12"
// Install NewPlatform.Flexberry.Security as a Cake Addin #addin nuget:?package=NewPlatform.Flexberry.Security&version=2.0.0-beta12&prerelease // Install NewPlatform.Flexberry.Security as a Cake Tool #tool nuget:?package=NewPlatform.Flexberry.Security&version=2.0.0-beta12&prerelease
Flexberry Security package.
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. |
-
- NewPlatform.Flexberry.Caching (>= 1.0.0-beta02)
- NewPlatform.Flexberry.LogService (>= 1.1.0)
- NewPlatform.Flexberry.ORM (>= 4.2.0-alpha02)
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 | 440 | 10/29/2021 |
3.0.1-beta01 | 395 | 5/31/2021 |
3.0.0 | 13,774 | 5/31/2021 |
3.0.0-beta03 | 1,747 | 9/24/2020 |
3.0.0-beta02 | 574 | 8/7/2020 |
3.0.0-beta01 | 513 | 8/3/2020 |
3.0.0-alpha01 | 828 | 8/23/2019 |
2.2.0 | 546 | 5/31/2021 |
2.2.0-beta02 | 464 | 6/18/2020 |
2.2.0-beta01 | 434 | 8/27/2019 |
2.1.0 | 2,436 | 4/29/2019 |
2.1.0-alpha01 | 523 | 3/5/2019 |
2.0.0 | 8,641 | 12/13/2018 |
2.0.0-beta14 | 576 | 12/12/2018 |
2.0.0-beta13 | 679 | 10/10/2018 |
2.0.0-beta12 | 631 | 10/10/2018 |
2.0.0-beta11 | 644 | 10/10/2018 |
2.0.0-beta10 | 755 | 6/29/2018 |
2.0.0-beta09 | 827 | 6/15/2018 |
2.0.0-beta07 | 2,028 | 2/20/2018 |
1.7.0 | 2,304 | 8/23/2017 |
1.6.0 | 1,324 | 8/23/2017 |
1.5.0 | 2,084 | 2/19/2016 |
1.4.1 | 1,489 | 12/18/2015 |
1.3.0 | 1,799 | 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.
4. Remove legacy assemblies to another package (NewPlatform.Flexberry.LegacySecurity).
5. Switch to net45.
6. Add agent manager as standalone addition for security manager. All operations with agents, roles and groups should be processed now via agent manager.
7. Add cache for SecurityManager.
8. Add membership-, role- and profile providers based on new security classes.
9. User password is now hashes in business server for Agent class.
10. Caches of agent and security managers are now cleared in buisness servers for security classes.
11. User logins, role names and group names are now trimming before processing queries to security db. I.e. for example 'pupkin' and 'pupkin ' logins are considering same. All listed names stored without spaces in security db.
12. Add cache for user roles.