TrustManagerUIContext Enumeration

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

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)

'Declaration
<ComVisibleAttribute(True)> _
Public Enumeration TrustManagerUIContext
'Usage
Dim instance As TrustManagerUIContext

/** @attribute ComVisibleAttribute(true) */ 
public enum TrustManagerUIContext
ComVisibleAttribute(true) 
public enum TrustManagerUIContext

 Member nameDescription
InstallAn Install UI. 
RunA Run UI. 
UpgradeAn Upgrade UI. 

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.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: