My C# application uses Exchange Web Service dll to communicate with Exchange Server 2007 Sp2.
1.
Does Autodiscover work for non-Domain client ?
2.
Will
ServerCertificateValidationCallback solve the issue ?
http://msdn.microsoft.com/en-us/library/dd633677%28EXCHG.80%29.aspx
The Above URL has SecurityNote in using
CertificateValidationCallback code .
Is there a security guideline for deployment application. Do we have to modify
CertificateValidationCallback to meet customer need ?