1 / 19

M2: Storage, Networking, and Security

M2: Storage, Networking, and Security. Michael Palermo Microsoft Technical Evangelist Jeremy Foster Microsoft Technical Evangelist. Jump Start Target Agenda. Module Agenda. ˃. Files Networking Security. Files. Pick a file regardless of app layout New folder & file navigation support

Download Presentation

M2: Storage, Networking, and Security

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. M2: Storage, Networking, and Security Michael Palermo Microsoft Technical Evangelist Jeremy Foster Microsoft Technical Evangelist

  2. Jump Start Target Agenda

  3. Module Agenda ˃ Files Networking Security

  4. Files • Pick a file regardless of app layout • New folder & file navigation support • Easier management and error control

  5. demo FILES: Parent, KnownFolders, IsEqual, No Error

  6. Module Agenda Files Networking Security ˃

  7. New HTTP Client API varuri = new Windows.Foundation.Uri("http://palermo4.com"); var filter = new Windows.Web.Http.Filters.HttpBaseProtocolFilter(); varhttpClient = new Windows.Web.Http.HttpClient(filter); httpClient.GetStringAsync(uri).done( function (response) { // use response }, function (caught) { // caught.Message } );

  8. demo HTTPCLIENT: GET w/CACHE Filter

  9. BackgroundTransfer Updates • BackgroundTransferGroup allows for uploads/downloads in parallel, serial, or based on priority • Updates via live tile or toast notifications • Automatic switch of download (if likely more than 2 min) to a preferred network

  10. demo BackgroundTransfer

  11. Connected Standby Updates • Apps on Windows lock screen can receive network packets • Support for “quiet hours” • Support for Ethernet & mobile broadband network adapters

  12. Geofence “Geofence allows an app to define a radius around a geographical point of interest and have the system alert the app when the device it is running on enters or exits that area.”

  13. demo GEOLOCATION

  14. Module Agenda Files Networking Security ˃

  15. Security Updates • Fingerprint authentication • Credential Locker • Default when multiple credentials exist for one resource • LastAccessed to determine how long since used • ApplicationSuiteId for sharing credentials between apps that access a shared resource • WebAuthenticationBroker • Updated to automatically fill existing credentials based on user consent – stored in Credential Locker

  16. Selective Wipe “Selective wipe enables you to identify folders and files on a user’s PC that can be revoked (and thereafter deleted) by a command from a server” FileRevocationManager.ProtectAsyncFileRevocationManager.GetStatusAsync

  17. demo FileRevocation

  18. Summary New support and enhancements for Files Networking Security

More Related