Results 1 to 2 of 2

Thread: Post client certificate from IE and validate the certificate on the IIS/Web server

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2006
    Posts
    589

    Post client certificate from IE and validate the certificate on the IIS/Web server

    Hi,

    Let's assume our users in their office using Internet explorer to sign some Web Pages using their client certificate imported into the Internet explorer browser (let s assume no other browser is used)

    what is a good approach/architecture for validating the client certificate (Internet Explorer), how to send that certificate or the signed form to the server and how do we verify the signature

    Should we use smart client approach integrated to the web application or some silverlight or so or is web form/web pages enough to implement this security requirement ?

    Thank you
    Thanks a lot for your help.

  2. #2
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: Post client certificate from IE and validate the certificate on the IIS/Web serve

    The certificate is send from the client to the server with every request. You can check in the accourind event
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

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