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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.