Custom Windows Authentication Package

后端 未结 3 1921
温柔的废话
温柔的废话 2021-02-08 14:55

So, here is the scenario. I am developing a logon system in windows 7. I have created a Credential Provider, containing one Credential. The Credential has three input fields, us

3条回答
  •  梦毁少年i
    2021-02-08 15:12

    You can always write your own code that checks input with your data in database, there is many ways to do that. This is a video about smart and dull ways to do that.

    and this is page about Custom Windows Authentication Package but I haven't really check that

提交回复
热议问题