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)
Visual Basic (Declaration)
Public Enumeration CrossDomainAccess
Dim instance As CrossDomainAccess
public enum CrossDomainAccess
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" ExternalCallersFromCrossDomain="enumMemberName" .../>
| Member name | Description |
|---|
| NoAccess | Cross-domain callers have no access to the Silverlight application. |
| ScriptableOnly | Cross-domain callers have script access to the Silverlight application. |
This enumeration is used by the Deployment..::.ExternalCallersFromCrossDomain property.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Reference