Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Windows smartcard client authentication
Forum Updated to NodeBB v4.3 + New Features

Windows smartcard client authentication

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 2 Posters 2.0k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    techperson
    wrote on last edited by
    #1

    HI we are developing QTBased windows client application, we are using QT 5.6. We would like to enable smartcard authentication in our app (like webclient). I could not get much help on QT/Internet.

    Could some one please shed some light on this.

    • We have used QNetworkRequest to handle request & responses to/from server.

    Thanks
    Looking your help

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      smartcard authentication is a wide area.
      Do you mean the MS version
      https://msdn.microsoft.com/en-us/library/windows/desktop/aa380142(v=vs.85).aspx

      or something cross platform ?

      T 1 Reply Last reply
      1
      • mrjjM mrjj

        Hi
        smartcard authentication is a wide area.
        Do you mean the MS version
        https://msdn.microsoft.com/en-us/library/windows/desktop/aa380142(v=vs.85).aspx

        or something cross platform ?

        T Offline
        T Offline
        techperson
        wrote on last edited by
        #3

        @mrjj Thanks for your reply, I'm looking for MS version (Cross platform also fine).
        -Thanks

        1 Reply Last reply
        0
        • T Offline
          T Offline
          techperson
          wrote on last edited by
          #4

          since our app we have used QT, is there library which can be easily integrated with that.

          mrjjM 1 Reply Last reply
          0
          • T techperson

            since our app we have used QT, is there library which can be easily integrated with that.

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @techperson
            hi
            Not that i have seen.

            Its not huge amount of code though so depending on your use case , it might be fine to use the
            c win API.

            https://ludovicrousseau.blogspot.dk/2010/04/pcsc-sample-in-c.html

            for cross platform, i would check out this
            https://github.com/LudovicRousseau/PCSC

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved