GenerateApplicationManifest.UseApplicationTrust Property

Definition

Specifies whether the Product, Publisher, and SupportUrl properties are written to the application manifest.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

A Boolean value that indicates whether the Product, Publisher, and SupportUrl properties are written to the application manifest (true). If the value is false, these properties are ignored.

Attributes

Remarks

The Product, Publisher, and SupportUrl properties default to null. These properties are only used if UseApplicationTrust is true; if so, the values of these properties are written to the corresponding tags in the application manifest.

If UseApplicationTrust is false (the default value), these properties are ignored.

Applies to