TrustManagerUIContext Enum

Definition

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

public enum class TrustManagerUIContext
public enum TrustManagerUIContext
[System.Runtime.InteropServices.ComVisible(true)]
public enum TrustManagerUIContext
type TrustManagerUIContext = 
[<System.Runtime.InteropServices.ComVisible(true)>]
type TrustManagerUIContext = 
Public Enum TrustManagerUIContext
Inheritance
TrustManagerUIContext
Attributes

Fields

Install 0

An Install UI.

Run 2

A Run UI.

Upgrade 1

An Upgrade UI.

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.

Applies to