Results 1 to 3 of 3

Thread: Minibrowser using Microsoft web control & Certificates

  1. #1

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539

    Minibrowser using Microsoft web control & Certificates

    Hi All,

    I'M creating my own mini broswer and i wish to try and embed a certificate into it, the browser will only be used to broswe my website and i would like to do a request.certificate to ensure they are using my browser. The certificate will be stored on a usb key.

    Any comments, throughts and ideas about this please
    Last edited by carlblanchard; Apr 8th, 2004 at 10:08 AM.
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  2. #2

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539

    IM Adding to this

    OK After a little digging arround this is what ive come up with.

    Certmgr.exe is the manager for certificates on the clients computer. So for example my MiniBrowser could perform the following.

    1 User runs my MiniBrowser (using ms web control)
    2 MiniBrowser installs a certificate into CertMgr.exe
    3 Minibrowser navigates to my site
    4 Site does a request.certificate
    Becuase cert is in manager website will find it
    can do fancy checking and stuff here
    5 user closes my browser down, So onClosing event i remove the certificate,

    Also fancy code to check the headers of the browser i persume i can pass my own header to my site and then check for that, if not match = Not using my minibrowser......

    Comments and throughts please
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  3. #3

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539
    ok i think ive answered my own question once again

    System.Security.Cryptography.X509Certificates Namespace is that what would be controlling the certmgr ?
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width