Authentication, Authorization, User and Role Management and general Security in .NET

前端 未结 7 1344
星月不相逢
星月不相逢 2021-01-29 23:20

I need to know how to go about implementing general security for a C# application. What options do I have in this regard? I would prefer to use an existing framework if it meets

相关标签:
7条回答
  • 2021-01-29 23:54

    Look into ASP.NET's Membership Providers. I don't think the out of box SQLMembershipProvider will work in your case but it's easy enough to roll your own provider.

    0 讨论(0)
提交回复
热议问题