ApplicationManifest.TrustInfo Property

Definition

Gets or sets a trust object defining the application security.

public Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo TrustInfo { get; set; }
public Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo TrustInfo { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

A TrustInfo object that defines the application security.

Attributes

Applies to