CryptLink.SigningFramework
1.5.3
A convenient signing and hashing framework, anything you can serialize, you can hash and sign. Allows for partial class hashing and custom implementations.
Also provides a IComparable byte[] wrapper for efficient comparison and sorting.
Install-Package CryptLink.SigningFramework -Version 1.5.3
dotnet add package CryptLink.SigningFramework --version 1.5.3
<PackageReference Include="CryptLink.SigningFramework" Version="1.5.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CryptLink.SigningFramework --version 1.5.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CryptLink.SigningFramework, 1.5.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install CryptLink.SigningFramework as a Cake Addin
#addin nuget:?package=CryptLink.SigningFramework&version=1.5.3
// Install CryptLink.SigningFramework as a Cake Tool
#tool nuget:?package=CryptLink.SigningFramework&version=1.5.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on CryptLink.SigningFramework:
Package | Downloads |
---|---|
CryptLink.CertBuilder
A portable (dotnet standard) utility class for generating x509 certificates
|
|
CryptLink.ConsistentHash
A high performance hash collection for use in a distributed hash table
|
|
CryptLink.HashedObjectStore
A interface for implementing caching and storage of objects by their hash, a specialized key/value store for any object that implements `CryptLink.SigningFramework.IHashable`.
|
|
Yoq.MagicProxy
SSL proxy for interfaces
|
GitHub repositories
This package is not used by any popular GitHub repositories.