Cargando…

Pro ASP.NET web API security : securing ASP.NET web API /

ASP.NET Web API is a key part of ASP.NET MVC 4 and the platform of choice for building RESTful services that can be accessed by a wide range of devices. Everything from JavaScript libraries to RIA plugins, RFID readers to smart phones can consume your services using platform-agnostic HTTP. With such...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lakshmiraghavan, Badrinarayanan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : New York : Apress ; Distributed to the Book trade worldwide by Springer, ©2013.
Colección:Expert's voice in .NET.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn843761491
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 130520s2013 cau o 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d YDXCP  |d ZMC  |d B24X7  |d COO  |d E7B  |d S4S  |d UMI  |d OCLCO  |d DEBSZ  |d OCLCQ  |d GGVRL  |d OCLCQ  |d OCLCF  |d OCLCQ  |d VT2  |d Z5A  |d LIV  |d ESU  |d OCLCQ  |d IOG  |d OCLCO  |d N$T  |d OCLCA  |d REB  |d VLB  |d OCLCQ  |d OCLCO  |d CEF  |d INT  |d U3W  |d OCLCQ  |d OCLCO  |d WYU  |d YOU  |d UWO  |d TKN  |d OCLCQ  |d OCLCO  |d UAB  |d LEAUB  |d UKAHL  |d OCLCQ  |d OCLCO  |d DCT  |d ERF  |d UKBTH  |d UHL  |d BRF  |d OCLCO  |d OCLCQ  |d DKU  |d OCLCQ  |d OCLCO  |d KSU  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 854757782  |a 985031592  |a 1005804922  |a 1026469762  |a 1065866145  |a 1069518815  |a 1103258766  |a 1111038432  |a 1112562556  |a 1113062052  |a 1113458829  |a 1129360144  |a 1153035372  |a 1192343898  |a 1204011163  |a 1240515251 
020 |a 9781430257837  |q (electronic bk.) 
020 |a 1430257830  |q (electronic bk.) 
020 |z 1430257822 
020 |z 9781430257820 
024 7 |a 10.1007/978-1-4302-5783-7  |2 doi 
024 8 |a 9781430257820 
029 1 |a AU@  |b 000051786083 
029 1 |a AU@  |b 000052005838 
029 1 |a AU@  |b 000060583733 
029 1 |a AU@  |b 000067100099 
029 1 |a DEBBG  |b BV041431061 
029 1 |a DEBSZ  |b 398268835 
029 1 |a GBVCP  |b 78545053X 
029 1 |a NZ1  |b 15026579 
035 |a (OCoLC)843761491  |z (OCoLC)854757782  |z (OCoLC)985031592  |z (OCoLC)1005804922  |z (OCoLC)1026469762  |z (OCoLC)1065866145  |z (OCoLC)1069518815  |z (OCoLC)1103258766  |z (OCoLC)1111038432  |z (OCoLC)1112562556  |z (OCoLC)1113062052  |z (OCoLC)1113458829  |z (OCoLC)1129360144  |z (OCoLC)1153035372  |z (OCoLC)1192343898  |z (OCoLC)1204011163  |z (OCoLC)1240515251 
037 |a CL0500000250  |b Safari Books Online 
050 4 |a QA76.76.A63  |b L35 2013 
072 7 |a COM  |x 060180  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Lakshmiraghavan, Badrinarayanan. 
245 1 0 |a Pro ASP.NET web API security :  |b securing ASP.NET web API /  |c Badrinarayanan Lakshmiraghavan. 
260 |a Berkeley, CA :  |b Apress ;  |a New York :  |b Distributed to the Book trade worldwide by Springer,  |c ©2013. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 1 |a The expert's voice in .NET 
505 0 0 |t Welcome to ASP.NET Web API --  |t Building RESTful Services --  |t Extensibility Points --  |t HTTP Anatomy and Security --  |t Identity Management --  |t Encryption and Signing --  |t Custom STS through WIF --  |t Knowledge Factors --  |t Ownership Factors --  |t Web Tokens --  |t OAuth 2.0 Using Live Connect API --  |t OAuth 2.0 from the Ground Up --  |t OAuth 2.0 Using DotNetOpenAuth --  |t Two-Factor Authentication --  |t Security Vulnerabilities. 
520 |a ASP.NET Web API is a key part of ASP.NET MVC 4 and the platform of choice for building RESTful services that can be accessed by a wide range of devices. Everything from JavaScript libraries to RIA plugins, RFID readers to smart phones can consume your services using platform-agnostic HTTP. With such wide accessibility, securing your code effectively needs to be a top priority. You will quickly find that the WCF security protocols you?re familiar with from .NET are less suitable than they once were in this new environment, proving themselves cumbersome and limited in terms of the standards they can work with. Fortunately, ASP.NET Web API provides a simple, robust security solution of its own that fits neatly within the ASP.NET MVC programming model and secures your code without the need for SOAP, meaning that there is no limit to the range of devices that it can work with? if it can understand HTTP, then it can be secured by Web API. These SOAP-less security techniques are the focus of this book. 
542 |f Copyright © 2013 by Badrinarayanan Lakshmiraghavan  |g 2013 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Active server pages. 
630 0 7 |a Active server pages.  |2 blmlsh 
630 0 7 |a Active server pages  |2 fast 
650 0 |a Application program interfaces (Computer software) 
650 0 |a Computer security. 
650 6 |a Interfaces de programmation d'applications. 
650 6 |a Sécurité informatique. 
650 7 |a APIs (interfaces)  |2 aat 
650 7 |a COMPUTERS  |x Web  |x Web Services & APIs.  |2 bisacsh 
650 7 |a Application program interfaces (Computer software)  |2 fast 
650 7 |a Computer security  |2 fast 
653 4 |a Computer science. 
776 0 8 |i Print version:  |a Lakshmiraghavan, Badrinarayanan.  |t Pro Asp.Net web API security.  |d New York, NY : Apress, ©2013  |z 1430257822  |w (OCoLC)823010543 
830 0 |a Expert's voice in .NET. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430257820/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29395584 
938 |a Books 24x7  |b B247  |n bks00053255 
938 |a ebrary  |b EBRY  |n ebr10699652 
938 |a EBSCOhost  |b EBSC  |n 1173833 
938 |a Cengage Learning  |b GVRL  |n GVRL6UYW 
938 |a YBP Library Services  |b YANK  |n 10755657 
994 |a 92  |b IZTAP