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

前端 未结 7 1364
星月不相逢
星月不相逢 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:29

    I would take a look at something like CSLA.net: Expert C# 2008 Business Objects

    It should provide everything you require.

提交回复
热议问题