RequiresAuthorizationAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.AuthorizeLevelAttributeRequiresAuthorizationAttribute
- Attributs
Constructeurs
RequiresAuthorizationAttribute(AuthorizationLevel) |
Obsolète.
Initialisez une nouvelle instance de avec RequiresAuthorizationAttribute un donné |
S’applique à
Azure SDK for .NET