MineTrust Connector SDK
The MineTrust Connector SDK provides development support and tooling for applications which need to integrate with MineTrustConnector.
Components
The MineTrust Connector SDK is organised into the following components:
- MineTrustConnectorSDK.NET - .NET API containing the necessary tools to write a product integration for MineTrust Connector
- MineTrustConnectorSDK.PS - PowerShell Module exposing the functionality of the MineTrust Connector .NET SDK
- MineTrustConnectorSDK.Extensibility - .NET extensibility API which provides support for extending and customising the MineTrust Connector Service itself
- MineTrustConnectorSDK.CPP - C++/CLI wrapper over the .NET application block which exposes the functionality of the MineTrust Connector SDK to native C++ applications (see link to external docs: https://green-river-072cf8703.3.azurestaticapps.net)
Namespaces
The MineTrust Connector SDK is organised into the following namespaces:
- Datamine.MineTrustConnector.Core - Namespace containing main class members of the MineTrust Connector application block
- Datamine.MineTrustConnector.Core.ConfigSchemas - Namespace containing classes and helpers for interpreting the local config schema
- Datamine.MineTrustConnector.Core.Retention - Namespace containing classes relating to retention policies within MineTrust
- Datamine.MineTrustConnector.Service.Extensibility - Namespace containing the main classes which may be extended within the MineTrust Connector Service
- Datamine.MineTrustConnector.Service.Extensibility.Abstractions - Namespace containing the abstractions which exist over extensible MineTrust Connector components