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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.