CodeAccessPermission.RevertDeny Método

Definição

Cuidado

Deny is obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.

Faz com que qualquer anterior Deny() para o quadro atual seja removido e não esteja mais em vigor.

public:
 static void RevertDeny();
public static void RevertDeny();
[System.Obsolete("Deny is obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
public static void RevertDeny();
static member RevertDeny : unit -> unit
[<System.Obsolete("Deny is obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")>]
static member RevertDeny : unit -> unit
Public Shared Sub RevertDeny ()
Atributos

Exceções

Não há nenhum anterior Deny() para o quadro atual.

Comentários

Se não houver nenhum Deny para o quadro atual, um ExecutionEngineException será gerado.

Aplica-se a