How do I use the ICharge component with the LinkPoint (or YourPay or FirstData) gateway?
LinkPoint requires client authentication, and it provides you with a PEM file, which you can present as follows:
Example Code Snippet (C#)
icharge.SSLCert = new Certificate(CertStoreTypes.cstPEMKeyFile, "c:\\myStore.pem", "password", "*");