Expand Minimize
This topic has not yet been rated - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.