Compartilhar via


RequiresAuthorizationAttribute Classe

Definição

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.AuthorizeLevelAttribute
RequiresAuthorizationAttribute
Atributos

Construtores

RequiresAuthorizationAttribute(AuthorizationLevel)
Obsoleto.

Inicialize uma nova instância do RequiresAuthorizationAttribute com um determinado level.

Aplica-se a