GenerateApplicationManifest.TrustInfoFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an XML document that specifies the application security.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property Microsoft::Build::Framework::ITaskItem ^ TrustInfoFile { Microsoft::Build::Framework::ITaskItem ^ get(); void set(Microsoft::Build::Framework::ITaskItem ^ value); };
public Microsoft.Build.Framework.ITaskItem TrustInfoFile { get; set; }
public Microsoft.Build.Framework.ITaskItem TrustInfoFile { [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.TrustInfoFile : Microsoft.Build.Framework.ITaskItem 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.TrustInfoFile : Microsoft.Build.Framework.ITaskItem with get, set
Public Property TrustInfoFile As ITaskItem
Property Value
The XML document that specifies the application security.
- Attributes
Remarks
The root element in the XML document must be a trustInfo node in the asm.v2 namespace. If the task is generating a native manifest, this property is ignored.