TrustManagerContext.UIContext Property
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.
Gets or sets the type of user interface the trust manager should display.
public:
virtual property System::Security::Policy::TrustManagerUIContext UIContext { System::Security::Policy::TrustManagerUIContext get(); void set(System::Security::Policy::TrustManagerUIContext value); };
public virtual System.Security.Policy.TrustManagerUIContext UIContext { get; set; }
member this.UIContext : System.Security.Policy.TrustManagerUIContext with get, set
Public Overridable Property UIContext As TrustManagerUIContext
Property Value
One of the TrustManagerUIContext values. The default is Run.
Remarks
The UIContext property is intended to recommend the user interface the trust manager should provide for the trust decision. A trust manager can decide to use a different interface.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.