1
Reply

System.Net.ServicePointManager.ServerCertificateValidationCa

Swapnil Nandane

Swapnil Nandane

8 years ago
355
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)