ApplicationManifest.TrustInfo 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 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