AppDomain.IsFullyTrusted Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a value that indicates whether assemblies that are loaded into the current application domain execute with full trust.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property IsFullyTrusted As Boolean
public bool IsFullyTrusted { get; }

Property Value

Type: System.Boolean
true if assemblies that are loaded into the current application domain execute with full trust; otherwise, false.

Version Information

Silverlight

Supported in: 5

Platforms

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

See Also

Reference