Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Authentication methods

Authentication methods

Scheduled Pinned Locked Moved Visual Basic
csharpsecurity
4 Posts 2 Posters 0 Views 1 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.
  • Z Offline
    Z Offline
    zareee
    wrote on last edited by
    #1

    hi, i need to know is there any authentication methods available for VB.NET OR C#.NET WINDOWS APPLICATION.if so let me know the authentication methods and its way of usage in WINDOWS APPLICATION. thnx in advance,

    zari

    C 1 Reply Last reply
    0
    • Z zareee

      hi, i need to know is there any authentication methods available for VB.NET OR C#.NET WINDOWS APPLICATION.if so let me know the authentication methods and its way of usage in WINDOWS APPLICATION. thnx in advance,

      zari

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Authenticating what ? I assume input ? In which case, you have things like masked text controls, you have validators, and you can write your own code to validate input any way you like.

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      Z 1 Reply Last reply
      0
      • C Christian Graus

        Authenticating what ? I assume input ? In which case, you have things like masked text controls, you have validators, and you can write your own code to validate input any way you like.

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        Z Offline
        Z Offline
        zareee
        wrote on last edited by
        #3

        I meant the login authentication.Simailar to form auhentication in ASP.NET do we have in VB.NET WINDOWS APPLICATION

        zari

        C 1 Reply Last reply
        0
        • Z zareee

          I meant the login authentication.Simailar to form auhentication in ASP.NET do we have in VB.NET WINDOWS APPLICATION

          zari

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          There's nothing built in, no. You'd have to build your own permissions system, and it's not as secure as a web app, because anyone who has your exe can decompile it and remove the permissions checks. They are also more likely to have access to the database that tracks who has permissions to what.

          Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups