TrustManagerContext.UIContext Propriedade

Definição

Obtém ou define o tipo de interface do usuário que o gerenciador de confiança deve exibir.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

Valor da propriedade

TrustManagerUIContext

Um dos valores de TrustManagerUIContext.One of the TrustManagerUIContext values. O padrão é Run.The default is Run.

Comentários

A UIContext propriedade é destinada a recomendar a interface do usuário que o Gerenciador de confiança deve fornecer para a decisão de confiança.The UIContext property is intended to recommend the user interface the trust manager should provide for the trust decision. Um Gerenciador de confiança pode decidir usar uma interface diferente.A trust manager can decide to use a different interface.

Aplica-se a