TrustManagerContext Classe

Definição

Representa o contexto do gerenciador de confiança a ser considerado ao tomar a decisão de executar um aplicativo e ao configurar a segurança em um novo AppDomain no qual executar um aplicativo.Represents the context for the trust manager to consider when making the decision to run an application, and when setting up the security on a new AppDomain in which to run an application.

public ref class TrustManagerContext
public class TrustManagerContext
[System.Runtime.InteropServices.ComVisible(true)]
public class TrustManagerContext
type TrustManagerContext = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type TrustManagerContext = class
Public Class TrustManagerContext
Herança
TrustManagerContext
Atributos

Comentários

Para obter uma lista de valores de propriedade inicial para uma instância da TrustManagerContext classe, consulte o TrustManagerContext() Construtor.For a list of initial property values for an instance of the TrustManagerContext class, see the TrustManagerContext() constructor.

Construtores

TrustManagerContext()

Inicializa uma nova instância da classe TrustManagerContext.Initializes a new instance of the TrustManagerContext class.

TrustManagerContext(TrustManagerUIContext)

Inicializa uma nova instância da classe TrustManagerContext usando o objeto TrustManagerUIContext especificado.Initializes a new instance of the TrustManagerContext class using the specified TrustManagerUIContext object.

Propriedades

IgnorePersistedDecision

Obtém ou define um valor que indica se o gerenciador de segurança do aplicativo deve ignorar quaisquer decisões persistentes e chamar o gerenciador de confiança.Gets or sets a value indicating whether the application security manager should ignore any persisted decisions and call the trust manager.

KeepAlive

Obtém ou define um valor que indica se o gerenciador de confiança deve armazenar em cache o estado desse aplicativo a fim de facilitar futuras solicitações para determinar a confiança do aplicativo.Gets or sets a value indicating whether the trust manager should cache state for this application, to facilitate future requests to determine application trust.

NoPrompt

Obtém ou define um valor que indica se o gerenciador de confiança deve solicitar do usuário decisões sobre confiança.Gets or sets a value indicating whether the trust manager should prompt the user for trust decisions.

Persist

Obtém ou define um valor que indica se a resposta do usuário ao diálogo de consentimento deve ser persistente.Gets or sets a value indicating whether the user's response to the consent dialog should be persisted.

PreviousApplicationIdentity

Obtém ou define a identidade da identidade do aplicativo anterior.Gets or sets the identity of the previous application identity.

UIContext

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.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a