TrustInfo.IsFullTrust Property

Definition

Determines whether the application is full trust or partial trust.

public:
 property bool IsFullTrust { bool get(); void set(bool value); };
public:
 property bool IsFullTrust { bool get(); };
public bool IsFullTrust { get; set; }
public bool IsFullTrust { get; }
public bool IsFullTrust { get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.IsFullTrust : bool with get, set
member this.IsFullTrust : bool
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.IsFullTrust : bool with get, set
Public Property IsFullTrust As Boolean
Public ReadOnly Property IsFullTrust As Boolean

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

See also