Swapnil Nandane

Swapnil Nandane

  • NA
  • 121
  • 16k

System.Net.ServicePointManager.ServerCertificateValidationCa

Jul 13 2016 9:38 AM
can you help me where actually i put these code for skipping certifivcatr validation
 
System.Net.ServicePointManager.ServerCertificateValidationCallback += (se, cert, chain, sslerror) =>
{
return true;
};

Answers (1)