Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight 3
 CrossDomainAccess Enumeration

  Switch on low bandwidth view
.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)
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" .../>
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.

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

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker