SelfSignedCertLib 1.2.0

dotnet add package SelfSignedCertLib --version 1.2.0
                    
NuGet\Install-Package SelfSignedCertLib -Version 1.2.0
                    
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="SelfSignedCertLib" Version="1.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SelfSignedCertLib" Version="1.2.0" />
                    
Directory.Packages.props
<PackageReference Include="SelfSignedCertLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SelfSignedCertLib --version 1.2.0
                    
#r "nuget: SelfSignedCertLib, 1.2.0"
                    
#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.
#addin nuget:?package=SelfSignedCertLib&version=1.2.0
                    
Install SelfSignedCertLib as a Cake Addin
#tool nuget:?package=SelfSignedCertLib&version=1.2.0
                    
Install SelfSignedCertLib as a Cake Tool

Self Signed certificate library, wrapping BouncyCastle, making it easy to generate an untrusted CA on the fly, and certificates using that CA on the fly. Such CAs and certificates are primarily for development purposes. Bouncy types aren't directly exposed; we expose as public only standard net framework types. Net core version coming soon.

Many thanks to this stackoverflow post: https://stackoverflow.com/a/22237794

Product Compatible and additional computed target framework versions.
.NET Framework net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 950 10/12/2018
1.1.0 763 10/12/2018
1.0.0 804 10/5/2018