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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.