Suplex.Security.Core
1.0.18205
See the version list below for details.
dotnet add package Suplex.Security.Core --version 1.0.18205
NuGet\Install-Package Suplex.Security.Core -Version 1.0.18205
<PackageReference Include="Suplex.Security.Core" Version="1.0.18205" />
paket add Suplex.Security.Core --version 1.0.18205
#r "nuget: Suplex.Security.Core, 1.0.18205"
// Install Suplex.Security.Core as a Cake Addin #addin nuget:?package=Suplex.Security.Core&version=1.0.18205 // Install Suplex.Security.Core as a Cake Tool #tool nuget:?package=Suplex.Security.Core&version=1.0.18205
Suplex.Security is an application security and RBAC abstraction Layer. Implments hierarchical DACL model and common RBAC model. Suplex Security contains thte POCOs.
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. |
-
.NETFramework 4.5
- No dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Suplex.Security.Core:
Package | Downloads |
---|---|
Suplex.Security.FileSystemDal
Suplex.Security is an application security and RBAC abstraction Layer. Implments hierarchical DACL model and common RBAC model. Suitable for use in any application/API. Suplex.Security FileSystemDal wraps the MemoryDal for file persistence. |
|
Suplex.Security.Utilities.Json
Suplex.Security is an application security and RBAC abstraction Layer. Implments hierarchical DACL model and common RBAC model. Suitable for use in any application/API. Suplex.Security JSON Utilities provide various JSON helpers. |
|
Suplex.Security.WebApi.HttpClient
Suplex.Security is an application security and RBAC abstraction Layer. Implments hierarchical DACL model and common RBAC model. Suitable for use in any application/API. Suplex.Security.WebApi.HttpClient is the client for Suplex Security.WebApi MS WebApi ApiController. |
|
Suplex.Security.Utilities.Yaml
Suplex.Security is an application security and RBAC abstraction Layer. Implments hierarchical DACL model and common RBAC model. Suitable for use in any application/API. Suplex.Security YAML Utilities provide various YAML helpers. |
|
Suplex.Security.WebApi
Suplex.Security is an application security and RBAC abstraction Layer. Implments hierarchical DACL model and common RBAC model. Suitable for use in any application/API. Suplex Security.WebApi provides MS WebApi ApiController for wrapping any Suplex.Security.DataAccess.ISuplexDal. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.19075 | 1,198 | 3/16/2019 |
1.0.19063 | 1,375 | 3/4/2019 |
1.0.18355 | 1,619 | 12/21/2018 |
1.0.18350 | 672 | 12/16/2018 |
1.0.18327 | 709 | 11/26/2018 |
1.0.18313 | 713 | 11/9/2018 |
1.0.18301 | 737 | 10/30/2018 |
1.0.18295 | 731 | 10/23/2018 |
1.0.18291 | 741 | 10/19/2018 |
1.0.18280 | 762 | 10/7/2018 |
1.0.18206 | 832 | 7/25/2018 |
1.0.18205 | 802 | 7/25/2018 |
1.0.18192 | 955 | 7/12/2018 |
1.0.18181 | 927 | 6/30/2018 |
1.0.18175 | 925 | 6/24/2018 |
1.0.18164 | 898 | 6/14/2018 |
1.0.18163 | 809 | 6/13/2018 |
1.0.18161 | 933 | 6/11/2018 |
1.0.18160 | 920 | 6/9/2018 |
1.0.18095 | 917 | 4/5/2018 |
1.0.18086 | 929 | 3/27/2018 |
1.0.18083 | 979 | 3/24/2018 |
1.0 Release. All features are presently working and passing unit tests.
- 18205: Added support for IClonable.Sync and UpdateSecureObjectParentUId
- 18181: Adjustment to DaclAllowInherit/SaclAllowInherit/SaclAuditTypeFilter for bug fix to seriazation.
- 18175: Correction to MakeGenericAceFromType to create AuditAces
- 18164: Tweak to ISecureObject design
- 18163: Added concrete implementation for SecurityDescriptor, Dacl, Sacl
- 18161: Bug fixes to GroupMembership -> GetGroupMembershipList\GetGroupMembershipListOf
- 18160: Bug fixes to GroupMembership utilities, new methods on IDataAccessLayer
- 18095: INotify implemented everywhere; more complere interface coverage
- 18086: Corrections to GroupMembership
- 18083: DaclModel POCOs.