I have a silverlight application I am using to connect to a SSL WCF service and it is working in the web browser but not in OOB(out of browser) mode.
I found another post related to this that said OOB mode does not support SSL certificates because the client http stack is different from the browser http stack.
Can anyone explain the differences or validate that this is not supported in silverlight?
I cannot find anything from Microsoft regarding the issue; however, I have seen several other posts in other forums with similar issues. Any help would be greatly appreciated.
Below is the other stack overflow post i found that is related to this question:
Silverlight and SSL Client Certificates
Thank you in advance!