CodeAccessPermission.RevertDeny Methode

Definition

Achtung

Diese API ist nun veraltet.

Achtung

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.

Veranlasst, dass alle vorherigen Deny() für den aktuellen Frame entfernt werden und nicht mehr wirksam sind.

public:
 static void RevertDeny();
[System.Obsolete]
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 ();
[<System.Obsolete>]
static member RevertDeny : unit -> unit
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 ()
Attribute

Ausnahmen

Es ist kein vorheriges Deny() für den aktuellen Frame vorhanden.

Hinweise

Wenn für den aktuellen Frame kein Deny vorhanden ist, wird eine ExecutionEngineException ausgelöst.

Gilt für: