SecurityState.IsStateAvailable Método
Definição
Obtém um valor que indica se o estado para essa implementação da classe SecurityState está disponível no host atual.Gets a value that indicates whether the state for this implementation of the SecurityState class is available on the current host.
public:
bool IsStateAvailable();
public bool IsStateAvailable ();
[System.Security.SecurityCritical]
public bool IsStateAvailable ();
member this.IsStateAvailable : unit -> bool
[<System.Security.SecurityCritical>]
member this.IsStateAvailable : unit -> bool
Public Function IsStateAvailable () As Boolean
Retornos
true se o estado estiver disponível; caso contrário, false.true if the state is available; otherwise, false.
- Atributos
Comentários
IsStateAvailable chama o AppDomainManager.CheckSecuritySettings método para determinar se o estado representado por essa classe está disponível no host.IsStateAvailable calls the AppDomainManager.CheckSecuritySettings method to determine whether the state that is represented by this class is available on the host.
Consulte a SecurityState classe para obter um exemplo de implementação do CheckSecuritySettings método.See the SecurityState class for an example implementation of the CheckSecuritySettings method.