Assembly.IsFullyTrusted Property

Definition

Gets a value that indicates whether the current assembly is loaded with full trust.

public:
 property bool IsFullyTrusted { bool get(); };
public bool IsFullyTrusted { get; }
member this.IsFullyTrusted : bool
Public ReadOnly Property IsFullyTrusted As Boolean

Property Value

true if the current assembly is loaded with full trust; otherwise, false.

Applies to