English 中文(简体)
利用REE和ASP进行认证和授权。 NET Web Api from cross-platform Mobile application
原标题:Authentication and authorization using REST and ASP.NET Web Api from cross-platform mobile applications
最佳回答
问题回答

如果它来自不同的客户/发展中国家,那么像象征性认证这样的东西可能会对你们有用。

这个想法很简单,你在网络服务中拥有认证方法。 这种方法负责检查成像和发照。 一些简单的结构,如SHA1或MD5,所有这些客户的电话都在使用。

如果客户获得认证,则在全会期内储存象征性物品。 其余的网络服务方法,如“拯救儿童”只接受象征性的参数。 然后他们负责检查是否有效。 如经证明无效,则不能送达。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!