System.Windows Namespace


.NET Framework Class Library for Silverlight
CrossDomainAccess Enumeration

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)
Syntax

Visual Basic (Declaration)
Public Enumeration CrossDomainAccess
Visual Basic (Usage)
Dim instance As CrossDomainAccess
C#
public enum CrossDomainAccess
XAML Attribute Usage
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" ExternalCallersFromCrossDomain="enumMemberName" .../>
Members

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

This enumeration is used by the Deployment..::.ExternalCallersFromCrossDomain property.

Platforms

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

See Also

Reference

Tags :


Page view tracker