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

.NET Framework only: true if the current assembly is loaded with full trust; otherwise, false.

.NET Core and .NET 5+: true in all cases.

Applies to