Suplex.Security.Core 1.0.18192

There is a newer version of this package available.
See the version list below for details.
dotnet add package Suplex.Security.Core --version 1.0.18192
NuGet\Install-Package Suplex.Security.Core -Version 1.0.18192
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="Suplex.Security.Core" Version="1.0.18192" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Suplex.Security.Core --version 1.0.18192
#r "nuget: Suplex.Security.Core, 1.0.18192"
#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.
// Install Suplex.Security.Core as a Cake Addin
#addin nuget:?package=Suplex.Security.Core&version=1.0.18192

// Install Suplex.Security.Core as a Cake Tool
#tool nuget:?package=Suplex.Security.Core&version=1.0.18192

Suplex.Security is an application security and RBAC abstraction Layer. Implments hierarchical DACL model and common RBAC model.  Suplex Security contains thte POCOs.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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,111 3/16/2019
1.0.19063 1,290 3/4/2019
1.0.18355 1,501 12/21/2018
1.0.18350 635 12/16/2018
1.0.18327 666 11/26/2018
1.0.18313 681 11/9/2018
1.0.18301 702 10/30/2018
1.0.18295 691 10/23/2018
1.0.18291 705 10/19/2018
1.0.18280 723 10/7/2018
1.0.18206 798 7/25/2018
1.0.18205 767 7/25/2018
1.0.18192 919 7/12/2018
1.0.18181 887 6/30/2018
1.0.18175 897 6/24/2018
1.0.18164 867 6/14/2018
1.0.18163 776 6/13/2018
1.0.18161 902 6/11/2018
1.0.18160 884 6/9/2018
1.0.18095 887 4/5/2018
1.0.18086 901 3/27/2018
1.0.18083 944 3/24/2018

1.0 Release.  All features are presently working and passing unit tests.
   
- 18192: Bug fix to UpsertSecureObject
- 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.