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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.