in

MIT EPC Net (MENTOR)

Open Source Software for the RFID Community
All Tags » SSL (RSS)

Browse by Tags

  • SSL Setup

    SSL Setup Via Indy See attached
    Posted to EPCIS (Weblog) by doval on 06-29-2007
  • SSL

    Class to make HTTPS requests, permits "untrusted" certificates
    Posted to Utilities (FileGallery) by doval on 06-27-2007
  • HTTPS(SSL) Caller Class

    class Https { public string GetWebPage( string url) { // set method to handle certificates ServicePointManager .ServerCertificateValidationCallback += TrustAllCertificates; // create a WebClient instance using ( WebClient webClient = new WebClient ()) { // get web page UTF8Encoding objUTF8 = new UTF8Encoding...
    Posted to EPCIS (Weblog) by doval on 06-27-2007
Page 1 of 1 (3 items)
Auto-ID Labs MIT 2007-2008
Powered by Community Server (Non-Commercial Edition), by Telligent Systems