WPF Internet Sandbox Feature List (XBAPS & Loose XAML)
Two main types of WPF content is sandboxed today: XAML Browser Applications (XBAPs). XBAPs are online-only ClickOnce applications that are cached & run in the browser. Loose XAML. Loose XAML are XAML-only files that can be navigated to in the browser. I’ve gotten questions about the specific feature list for the WPF sandbox. Below is the high level list. Other great resources about the sandbox include: Windows Presentation Foundation Security Sandbox Whitepaper Windows SDK: WPF Partial Trust Security Security Notes on individual API reference pages If you’re interested in why something was including/excluding from the sandbox, check the above whitepaper. If …