You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: