Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 2.11 KB

README.md

File metadata and controls

34 lines (23 loc) · 2.11 KB

Note This repository is developed using .net framework 4.5, .netstandard2.0, .netstandard2.1

NuGet Version Nuget Downloads

One important reason for developing this repository is to quickly implement the governmental signing service provided by e-governance agency, named MSign, available in the Republic of Moldova.

MSign service

Proceed to the service portal where you can read more about them by clicking here.

The current repository appears as a result of numerous implementations in projects from scratch, losing a lot of time and desire for a more easy way of implementation in new projects. This repository is a wrapper for the currently available service. Using a few configuration parameters from the application settings file appsettings.json, app.config, or web.config you may implement them very easily into your own application.
Using the wrapper you will no longer be forced to install the application certificate on the current machine/server.

Available configuration settings are:

  • RemoteServiceClientAddress -> MSign signing service URL;
  • ServiceCertificatePath -> Service/application certificate for the sign on MSign (file with *.pfx at the end);
  • ServiceCertificatePassword -> Service/application certificate password;
  • RemoteRedirectAddress -> MSign site for processing signing requests.

For more information about that, follow the info from using doc.

In case you wish to use it in your project, u can install the package from nuget.org or specify what version you want:

Install-Package MSignHelperDotNet -Version x.x.x.x

Content

  1. USING
  2. CHANGELOG
  3. BRANCH-GUIDE