Data Protection API: Difference between revisions

Content deleted Content added
Filled in 6 bare reference(s) with reFill ()
Use of DPAPI by Microsoft software: not limited to cookie, it's in all of Katana
Line 28:
* Windows XP and later for Stored User Names and Passwords<ref>{{cite web|url=https://technet.microsoft.com/en-us/library/bb457059.aspx|title=What's New in Security for Windows XP Professional and Windows XP Home Edition|website=Technet.microsoft.com|accessdate=14 October 2017}}</ref> (aka Credential Manager)
* [[.NET Framework]] 2.0 and later for System.Security.Cryptography.ProtectedData<ref>{{cite web|url=http://msdn2.microsoft.com/en-us/library/system.security.cryptography.protecteddata.aspx|title=ProtectedData Class (System.Security.Cryptography)|website=Msdn2.microsoft.com|accessdate=14 October 2017}}</ref>
* Microsoft.Owin (Katana) cookie authentication (by default when self hosting (including cookie authentication and OAuth tokens)<ref>{{cite web|title=CookieAuthenticationOptions.TicketDataFormat Property (Microsoft.Owin.Security.Cookies)|url=http://msdn.microsoft.com/en-us/library/microsoft.owin.security.cookies.cookieauthenticationoptions.ticketdataformat(v=vs.113).aspx|accessdate=2015-01-15}}</ref><ref>{{cite web|title=OAuthAuthorizationServerOptions.AccessTokenFormat Property (Microsoft.Owin.Security.OAuth)|url=http://msdn.microsoft.com/en-us/library/microsoft.owin.security.oauth.oauthauthorizationserveroptions.accesstokenformat(v=vs.113).aspx|accessdate=2018-11-26}}</ref>
 
==References==