Partager via


RequiresAuthorizationAttribute Classe

Définition

Attention

Please use the new AuthorizeLevelAttribute class instead.

Appliquez cet attribut aux ApiController actions ou aux contrôleurs qui y accèdent. En fonction du AuthorizationLevel spécifié, l’accès à l’action cible sera limité aux demandes qui ont reçu ce niveau ou un niveau supérieur.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
[System.Obsolete("Please use the new AuthorizeLevelAttribute class instead.")]
public sealed class RequiresAuthorizationAttribute : System.Web.Http.AuthorizeLevelAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
[<System.Obsolete("Please use the new AuthorizeLevelAttribute class instead.")>]
type RequiresAuthorizationAttribute = class
    inherit AuthorizeLevelAttribute
Public NotInheritable Class RequiresAuthorizationAttribute
Inherits AuthorizeLevelAttribute
Héritage
System.Web.Http.AuthorizeLevelAttribute
RequiresAuthorizationAttribute
Attributs

Constructeurs

RequiresAuthorizationAttribute(AuthorizationLevel)
Obsolète.

Initialisez une nouvelle instance de avec RequiresAuthorizationAttribute un donnélevel.

S’applique à