NSign.Abstractions 1.0.1

dotnet add package NSign.Abstractions --version 1.0.1
NuGet\Install-Package NSign.Abstractions -Version 1.0.1
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="NSign.Abstractions" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NSign.Abstractions --version 1.0.1
#r "nuget: NSign.Abstractions, 1.0.1"
#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 NSign.Abstractions as a Cake Addin
#addin nuget:?package=NSign.Abstractions&version=1.0.1

// Install NSign.Abstractions as a Cake Tool
#tool nuget:?package=NSign.Abstractions&version=1.0.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 RFC 9421 [^1].

Further Information

See also:

[^1]: See section Signature Algorithms of HTTP Message Signatures (RFC 9421), https://www.rfc-editor.org/rfc/rfc9421.html#name-signature-algorithms

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 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. 
.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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on NSign.Abstractions:

Package Downloads
NSign.SignatureProviders

NSign signature providers for signing and verifying signatures. See also: https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/

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/

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/

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/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 216 3/20/2024
1.0.0 202 2/20/2024
0.19.3 136 2/13/2024
0.19.2 390 11/27/2023
0.19.1 595 10/9/2023
0.19.0 253 8/21/2023
0.17.0 269 5/12/2023
0.16.0 677 2/13/2023
0.15.3 619 1/19/2023
0.15.2 566 1/18/2023
0.15.1 631 1/16/2023
0.15.0 644 1/12/2023
0.10.0 1,102 6/8/2022
0.9.0 1,256 3/28/2022
0.8.3 1,081 3/10/2022
0.8.2 1,165 2/21/2022
0.8.1 1,096 2/18/2022
0.8.0 1,146 2/14/2022
0.2.0 528 1/4/2022
0.1.1 646 9/20/2021
0.1.0 532 9/17/2021