EZCAClient 1.0.4

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

// Install EZCAClient as a Cake Tool
#tool nuget:?package=EZCAClient&version=1.0.4

About EZCA

EZCA is a cloud based Certificate Authority that allows organizations to manage their internal certificates either with an existing ADCS CA or with a cloud based CA managed by EZCA. While EZCA offers multiple automated certificate issuance tools such as Private CA ACME support, sometimes a custom tool is needed. This repo hosts the code for the EZCAClient Nuget package that allows organizations to write client side automation for EZCA an Azure based Certificate Authority.

Getting Started

Fist add the NuGet package to your project by running

dotnet add package EZCAClient 

Then use the sample project in this repository to learn how you use each of the functions.

Product Compatible and additional computed target framework versions.
.NET 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 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. 
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.0.4 150 10/7/2023
1.0.3 222 4/4/2023
1.0.2 174 4/3/2023
1.0.1 257 1/28/2023
1.0.0 258 1/28/2023

First Release