Is there a way to Ignore Certificate errors in Silverlight?

Is there a way to Ignore Certificate errors in Silverlight?

Old forum URL: forums.lhotka.net/forums/t/8415.aspx


df5 posted on Wednesday, January 27, 2010

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