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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.