Skip to content

9. Other settings

cristian.mihaita@maxcode.net edited this page Oct 22, 2020 · 1 revision

This chapter contains additional settings that can customized by plugging in your own code using provided interfaces.

9.1 Security

For processing XML's, such as the verification or the adding of the signature, the iDIN Software Library implements the IXmlSecurity interface.

The following steps should be followed to plug in your own logging code:

  • Implement interface IXmlSecurity, specifically the AddSignature, VerifySignature and VerifySchema methods. These methods are called by the Communicator class in the GetDirectory, GetResponse and NewAuthenticationRequest methods.
  • Create a configuration class that implements BankID.Merchant.Library.IConfiguration and attach your own IXmlSecurity implementation to the class.

Clone this wiki locally