TrustManagerContext.UIContext Property

Definition

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