TrustManagerUIContext Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
Install | 0 | An Install UI. |
Upgrade | 1 | An Upgrade UI. |
Run | 2 | A Run 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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.