AppDomainSetup.ApplicationTrust Property

Definition

Gets or sets an object containing security and trust information.

public System.Security.Policy.ApplicationTrust ApplicationTrust { get; set; }

Property Value

An object that contains security and trust information.

Exceptions

The property is set to an ApplicationTrust object whose application identity does not match the application identity of the ActivationArguments object returned by the ActivationArguments property. No exception is thrown if the ActivationArguments property is null.

The property is set to null.

Remarks

This property is null when the AppDomainSetup is created. Once changed, it cannot be reset to a null reference.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1