Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CrossDomainAccess Enumeration

Silverlight

Defines values that specify the access that cross-domain callers have to a Silverlight-based application.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

public enum CrossDomainAccess
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" ExternalCallersFromCrossDomain="enumMemberName" .../>

Member nameDescription
NoAccessCross-domain callers have no access to the Silverlight application.
ScriptableOnlyCross-domain callers have script access to the Silverlight application.

This enumeration is used by the Deployment.ExternalCallersFromCrossDomain property.

Silverlight

Supported in: 5, 4, 3

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft