CyberSource / cybersource-sdk-dotnet

.Net SDK for the CyberSource Simple Order API
Other
33 stars 52 forks source link

Certificate *.p12 from configuration file #44

Open siddharthagoel opened 7 years ago

siddharthagoel commented 7 years ago

Hi,

I am using service fabric to deploy the application to azure cluster and we do not use configuration but an application manifest generated by service fabric. The RunTransaction() method in SoapClient expects that the file path will be picked up by the config. But the client would want to keep this file in Blob storage etc. I think the better solution would be for this method to expect a byte[] stream for this certificate rather than reading it from configuration and let the client handle how they want to store it.

jeffbrn commented 6 years ago

This would be great for us also, we want to be able to allow clients to load their own certificates for transactions without having access to the server file system.

hyderlyger commented 6 years ago

Any updates on this?