Aml.Engine.Services.Signing
1.0.0
Install-Package Aml.Engine.Services.Signing -Version 1.0.0
dotnet add package Aml.Engine.Services.Signing --version 1.0.0
<PackageReference Include="Aml.Engine.Services.Signing" Version="1.0.0" />
paket add Aml.Engine.Services.Signing --version 1.0.0
#r "nuget: Aml.Engine.Services.Signing, 1.0.0"
// Install Aml.Engine.Services.Signing as a Cake Addin
#addin nuget:?package=Aml.Engine.Services.Signing&version=1.0.0
// Install Aml.Engine.Services.Signing as a Cake Tool
#tool nuget:?package=Aml.Engine.Services.Signing&version=1.0.0
AutomationML Application Programming Signing Service
The Aml.Engine.Services.Signing provides methods for the creation and addition of signatures to any CAEX object contained in an AutomationML document. The signature generation and verification is based on an asymmetric key. The service currently uses an Elliptic Curve Digital Signature or ECDSA signature algorithm. AutomationML is a standardized data exchange format, developed to support the data exchange in automation systems engineering.
A detailed description with examples can be found in the Wiki.
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 |
.NET Core | netcoreapp3.1 |
.NET Framework | net48 |
-
.NETCoreApp 3.1
- Aml.Engine (>= 2.0.0)
- Portable.BouncyCastle (>= 1.9.0)
-
.NETFramework 4.8
- Aml.Engine (>= 2.0.0)
- Portable.BouncyCastle (>= 1.9.0)
-
net5.0
- Aml.Engine (>= 2.0.0)
- Portable.BouncyCastle (>= 1.9.0)
-
net6.0
- Aml.Engine (>= 2.0.0)
- Portable.BouncyCastle (>= 1.9.0)
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.0 | 76 | 3/5/2022 |
First release version