System.Security.Policy.TrustManagerUIContext Enumeration

Specifies the type of user interface (UI) the trust manager should use for trust decisions.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum TrustManagerUIContext

Remarks

This flag is intended to be used as a recommendation to the trust manager. The trust manager can use whichever UI it determines to be appropriate for the dialog.

Members

Member NameDescription
Install

An Install UI.

Run

A Run UI.

Upgrade

An Upgrade UI.

Requirements

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0