Corely.Security
1.0.2
dotnet add package Corely.Security --version 1.0.2
NuGet\Install-Package Corely.Security -Version 1.0.2
<PackageReference Include="Corely.Security" Version="1.0.2" />
<PackageVersion Include="Corely.Security" Version="1.0.2" />
<PackageReference Include="Corely.Security" />
paket add Corely.Security --version 1.0.2
#r "nuget: Corely.Security, 1.0.2"
#:package Corely.Security@1.0.2
#addin nuget:?package=Corely.Security&version=1.0.2
#tool nuget:?package=Corely.Security&version=1.0.2
Corely.Security
Corely.Security gives you small plug-in style building blocks for application "lock and key" needs. You ask a factory for a provider (hashing, encryption, signatures). That provider uses a key (from a key provider) fetched through a versioned key store so you can rotate keys later. The provider returns a self-describing string (it starts with a short code, sometimes also a key version) so the library can figure out how to verify or decrypt it later without you tracking metadata. You can plug in custom providers or real key management backends, and everything wires cleanly through dependency injection.
Installation
dotnet add package Corely.Security
Documentation
Details about using this library can be found in the documentation.
Repository
Contributing
We welcome contributions! Please read our contributing guidelines to get started.
License
This project is licensed under the MIT License - see the LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.Options (>= 9.0.9)
- Microsoft.IdentityModel.Tokens (>= 8.14.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Corely.Security:
| Package | Downloads |
|---|---|
|
Corely.IAM
Host-agnostic, multi-tenant identity and access management library for .NET applications. Provides authentication, authorization, RBAC, and permission management without external service dependencies. |
GitHub repositories
This package is not used by any popular GitHub repositories.