Enum CrossDomainAccess
Defines values that specify the access that cross-domain callers have to a Silverlight-based application.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum CrossDomainAccess
Fields
Name | Description |
---|---|
NoAccess | Cross-domain callers have no access to the Silverlight application. |
ScriptableOnly | Cross-domain callers have script access to the Silverlight application. |