using System.Security.Cryptography.X509Certificates;
using System.Net.Security;
System.Net.ServicePointManager.ServerCertificateValidationCallback = delegate(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors) { return true; };
No comments:
Post a Comment
Thanks for your valuable comment...........
Md. Mominul Islam