TrustInfo.IsFullTrust Property

Definition

Determines whether the application is full trust or partial trust.

C#
public bool IsFullTrust { get; set; }
C#
public bool IsFullTrust { get; }
C#
public bool IsFullTrust { get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

A Boolean value indicating whether the application is full trust or partial trust.

Attributes

Remarks

"Application" refers to the application for which the manifest is being read. You can read the deployment manifest using ReadManifest or ReadManifest.

Applies to

Produit Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 16, 17

See also