Plugins
August 10, 2021, 2:52 amArticle Summary
admin
August 10, 2021, 2:52 am
416
Public
Author Summary
Tue September 26, 2023, 5:29 pm
Tue September 26, 2023, 5:29 pm
To move more of the HSMAdvisor's functionality into open-source space and allow users to extend HSMAdvisor, I created an external public repository for core HSMAdvisor plugins:
https://github.com/swindex/HSMAdvisorPlugins
HSMAdvisor plugins are .NET v4.5 DLL libraries and must reference and extend HSMAdvisorPlugin and/or ObjectDataBase assemblies.
More information on creating a plugin is available on the GitHub page linked above.