c# webclient accept all certificates

54

c# webclient accept all certificates -

ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };

Comments

Submit
0 Comments