RequiresAuthorizationAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
Please use the new AuthorizeLevelAttribute class instead.
Aplique esse atributo a ApiController ações ou acesso de controladores a elas. Com base no especificado, o AuthorizationLevel acesso à ação de destino será restrito a solicitações que foram concedidas a esse nível ou superior.
[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
- Herança
-
System.Web.Http.AuthorizeLevelAttributeRequiresAuthorizationAttribute
- Atributos
Construtores
RequiresAuthorizationAttribute(AuthorizationLevel) |
Obsoleto.
Inicialize uma nova instância do RequiresAuthorizationAttribute com um determinado |
Aplica-se a
Azure SDK for .NET