词条 | XAML Browser Applications |
释义 |
| name = XBAP | icon = | extension = .xbap | mime = application/x-ms-xbap | type code = | uniform type = | owner = | genre = Package management system, file archive | container for = Software package | contained by = | extended from = ZIP | extended to = | standard = }}XAML Browser Applications (XBAP, pronounced "ex-bap") are Windows Presentation Foundation (.xbap) applications that are hosted and run inside a web browser such as Firefox or Internet Explorer. Hosted applications run in a partial trust sandbox environment and are not given full access to the computer's resources like opening a new network connection or saving a file to the computer disk and not all WPF functionality is available. The hosted environment is intended to protect the computer from malicious applications; however it can also run in full trust mode by the client changing the permission. Starting an XBAP from an HTML page is seamless (with no security or installation prompt). Although one perceives the application running in the browser, it actually runs in an out-of-process executable (PresentationHost.exe) managed by a virtual machine. In the initial release of .NET Framework 3.0, XBAPs only ran in Internet Explorer. With the release of .NET Framework 3.5 SP1, which includes an XBAP extension, they also run in Mozilla Firefox.[1] XBAP limitationsXBAP applications have certain restrictions on what .NET features they can use. Since they run in partial trust, they are restricted to the same set of permission granted to any InternetZone application. Nearly all standard WPF functionality, however, around 99%, is available to an XBAP application. Therefore, most of the WPF UI features are available.[2] Starting in February 2009, XBAP applications no longer function when run from the Internet.[3] Attempting to run the XBAP will cause the browser to present a generic error message.[4] An option exists in Internet Explorer 9 that can be used to allow the applications to run,[5] but this must be done with care as it increases the potential attack surface - and there have been security vulnerabilities in XBAP.[6] Permitted
Not permitted
See also
References1. ^{{cite web| url = http://www.xbap.org/| title = What is XBAP?| publisher = XBap.org| page = Home page| accessdate = 2011-02-16| quote = XBAP (XAML Browser Application) is a new Windows technology used for creating Rich Internet Applications with a file extension .xbap to be run inside the Internet Explorer. They are run within a security sandbox to prevent untrusted applications from controlling local system resources.}} 2. ^{{cite web| url = https://msdn.microsoft.com/en-us/library/aa970910.aspx| title = WPF Partial Trust Security| publisher = MSDN| accessdate = 2011-02-16| quote = For XBAP applications, code that exceeds the default permission set will have different behavior depending on the security zone. In some cases, the user will receive a warning when they attempt to install it. The user can choose to continue or cancel the installation. The following table describes the behavior of the application for each security zone and what you have to do for the application to receive full trust.}} 3. ^{{cite web|url=https://blogs.msdn.microsoft.com/ieinternals/2011/02/11/ie9-rc-minor-changes-list/|title=IE9 RC Minor Changes List|publisher=}} 4. ^{{cite web|url=https://blogs.msdn.microsoft.com/ieinternals/2011/03/09/ie9-xbaps-disabled-in-the-internet-zone/|title=IE9 – XBAPs Disabled in the Internet Zone|publisher=}} 5. ^{{cite web|url=http://stackoverflow.com/a/6474872/12597|title=XBAP - This application type has been disabled|website=Stack Overflow}} 6. ^{{cite web|url=https://technet.microsoft.com/library/security/ms13-004?f=255&MSPPError=-2147217396|title=Microsoft Security Bulletin MS13-004 - Important|first=|last=BetaFred|website=technet.microsoft.com}} External links
2 : .NET Framework|Microsoft application programming interfaces |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。