ApplicationManifest.TrustInfo Property

Definition

Gets or sets a trust object defining the application security.

public:
 property Microsoft::Build::Tasks::Deployment::ManifestUtilities::TrustInfo ^ TrustInfo { Microsoft::Build::Tasks::Deployment::ManifestUtilities::TrustInfo ^ get(); void set(Microsoft::Build::Tasks::Deployment::ManifestUtilities::TrustInfo ^ value); };
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; }
member this.TrustInfo : Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.TrustInfo : Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo with get, set
Public Property TrustInfo As TrustInfo

Property Value

A TrustInfo object that defines the application security.

Attributes

Applies to