External Certificates
- Karsten Markmann
External Certificates
Loading External CertificatesÂ
Implmenting Interface
When storing certificates managed and used by Link externally, there is an interface that needs to be implemented. This implementation will contain the logic for loading certificates in the runtime environment.
Interface name:Â ICertificatePlugin
Namespace:Â Ebex.EdiPortal.Common.Partners.Certificates
Assembly:Â EdiPortal.Common.dll
The interface contains one method that loads a certificate (byte array) and a password based on a key, which is a string value identifying the certificate in the external system.
Registration
This implementation must be registered in Link, by adding a Dataowner Settings with the key "CertificatePlugin" and a value containing the fully qualified type name of the class implementing the ICertificatePlugin interface. The Assembly containing this implementation must be installed in global assembly cache on servers that are going to be using it.
Content on this page:
The information on this page is based on Link 2.10