TrustManagerUIContext
Specifies the type of user interface (UI) the trust manager should use for trust decisions.
namespace System.Security.Policy
{
public enum TrustManagerUIContext
{
Install = 0,
Run = 2,
Upgrade = 1
}
}