PkcsExtensions 1.2.2

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

// Install PkcsExtensions as a Cake Tool
#tool nuget:?package=PkcsExtensions&version=1.2.2

PkcsExtensions is little library without dependencies provide base PKCS and PKI functionality missing in .Net Core.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.1
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.
  • net5.0

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on PkcsExtensions:

Package Downloads
Harrison314.EntityFrameworkCore.Encryption

This library adds transparent data encryption to Entity Framework Core 6.0 inspired Always Encrypted from MS SQL Server. Work with any database and using standard cryptographic algorithms (AES, HMAC SHA, SP800-108, PBKDF-2,...).

PkcsExtensions.Blazor

PKCS Extensions for Blazor WebAssembly, include light interop to WebCrypto.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.2 5,718 11/24/2021
1.2.1 387 7/8/2021
1.2.0 437 10/26/2020
1.1.0 574 6/2/2020
1.0.0 561 5/21/2020

1.1.0 - Add support for nullable reference types. Fix ExportECPrivateKey method. Improve security in HexConvertor. Add new methods to HashAlgorithmConvertor.
 1.2.0 - Add class for ECDsa-Sig-Value and async compute hash from stream.
 1.2.2 - Add support dotnet 6.