Suplex.Security.Core
1.0.19063
See the version list below for details.
dotnet add package Suplex.Security.Core --version 1.0.19063
NuGet\Install-Package Suplex.Security.Core -Version 1.0.19063
<PackageReference Include="Suplex.Security.Core" Version="1.0.19063" />
paket add Suplex.Security.Core --version 1.0.19063
#r "nuget: Suplex.Security.Core, 1.0.19063"
// Install Suplex.Security.Core as a Cake Addin #addin nuget:?package=Suplex.Security.Core&version=1.0.19063 // Install Suplex.Security.Core as a Cake Tool #tool nuget:?package=Suplex.Security.Core&version=1.0.19063
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 | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- No dependencies.
-
.NETStandard 2.0
- 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.
- 19063: Added support for AceConverters, corrected SecurityDescriptor.Eval bugs
- 18355: includes updates to ISuplexDal specification, fixes to EvalSecureObjectSecurity
- 18350: Upgraded to net 461, included netstandard20 in package
- 18301: Added GetGroupMembership to ISuplexDal
- 18295: Added a couple fields to RightFields, light Dal updates for increased utility and method name updates
- 18291: Re-namespaced DataAccessLayer classes, renamed IDataAccessLayer to ISuplexDal
- 18280: Made all UId fields non-nullable, added ICloneable to ISecurityPrincipal, bug-fixes to Dal Upsert methods
- 18206: Corrected bug due to typo in SecureObject.Clone
- 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.