IoTSharp.X509Extensions 2.0.36
Includes extensions for the class X509Certificate2, a signer, and the certificate creation.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>IoTSharp.X509Extensions</id>
<version>2.0.36</version>
<authors>Konrad Mattheis und Martin Berthold & MaiKeBing</authors>
<license type="expression">MIT</license>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://www.nuget.org/packages/IoTSharp.X509Extensions/</projectUrl>
<description>Includes extensions for the class X509Certificate2, a signer, and the certificate creation.</description>
<copyright>Copyright (c) 2018-2020</copyright>
<tags>qlik, PEM, certificates</tags>
<repository url="https://github.com/IoTSharp/IoTSharp.X509Extensions" />
<dependencies>
<group targetFramework="net5.0">
<dependency id="Portable.BouncyCastle" version="1.9.0" exclude="Build,Analyzers" />
</group>
<group targetFramework="net6.0">
<dependency id="Portable.BouncyCastle" version="1.9.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>