Letterbook.NSign.Abstractions
0.19.1
dotnet add package Letterbook.NSign.Abstractions --version 0.19.1
NuGet\Install-Package Letterbook.NSign.Abstractions -Version 0.19.1
<PackageReference Include="Letterbook.NSign.Abstractions" Version="0.19.1" />
paket add Letterbook.NSign.Abstractions --version 0.19.1
#r "nuget: Letterbook.NSign.Abstractions, 0.19.1"
// Install Letterbook.NSign.Abstractions as a Cake Addin #addin nuget:?package=Letterbook.NSign.Abstractions&version=0.19.1 // Install Letterbook.NSign.Abstractions as a Cake Tool #tool nuget:?package=Letterbook.NSign.Abstractions&version=0.19.1
NSign.Abstractions
Abstractions for signing and verification of signatures on HTTP messages. The abstractions by themselves are not very
meaningful in most cases, as they contain mostly interface definitions and abstract base classes. They are useful though
for building more extensions, or also things like middleware for other web server stacks or HTTP clients other than the
ASP.NET Core stack, for which the package NSign.AspNetCore already
provides middleware, or the HttpClient
class from the System.Net.Http
namespace, for which the
NSign.Client package already provides the middleware.
And, just as important, the package NSign.SignatureProviders holds implementations for standard signature algorithms outlined in the draft [^1].
Further Information
See also:
[^1]: See section Signature Algorithms of HTTP Message Signatures, https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/
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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.3)
- Microsoft.Extensions.Options (>= 6.0.0)
- Microsoft.Extensions.Options.DataAnnotations (>= 6.0.0)
- StructuredFieldValues (>= 0.5.3)
- System.Collections.Immutable (>= 6.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Letterbook.NSign.Abstractions:
Package | Downloads |
---|---|
Letterbook.NSign.Client
NSign for HTTP clients (`System.Net.Http.HttpClient`) for signing of HTTP requests and verification of HTTP responses. See also: https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/ |
|
Letterbook.NSign.AspNetCore
NSign for ASP.NET Core services to verify HTTP requests and sign HTTP responses. See also: https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/ |
|
Letterbook.NSign.BouncyCastle
Includes signature provider for signing and verifying signatures using EdDSA with ed25519. See also: https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/ |
|
Letterbook.NSign.SignatureProviders
NSign signature providers for signing and verifying signatures. See also: https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/ |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.19.1 | 390 | 10/23/2023 |