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

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

    WCF have rich security related functionality provides both authorization and authentication. In details here: http://msdn.microsoft.com/en-us/library/ms735093.aspx

提交回复
热议问题