This might not be a Csla specific questions but somebody might have a solution.
Under WPF/WinForms, I can use the System.Net.ServicePointManager.ServerCertificateValidationCallback to a method that just returns true so that it ignores client-side certificate errors. I can't seem to see this under silverlight which I was assuming to just use when the application loads.
Is there a way to do this under silverlight?
Thanks.
Copyright (c) Marimer LLC