interface check C#

Configuration details to check certificates in C#
C#
Published

June 8, 2015

#A small script to check interfaces on C#

To avoid certificate check:

<system.net>
    <settings>
      <servicePointManager
          checkCertificateName="false"
          checkCertificateRevocationList="false"         
      />
    </settings>
  </system.net>

In the application config file.

Some useful links: - Check if a file exists