AllowAnonymousAttribute Clase

Definición

Especifica que la clase o el método a los que se aplica este atributo no requiere autorización.

public ref class AllowAnonymousAttribute : Attribute, Microsoft::AspNetCore::Authorization::IAllowAnonymous
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class AllowAnonymousAttribute : Attribute, Microsoft.AspNetCore.Authorization.IAllowAnonymous
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type AllowAnonymousAttribute = class
    inherit Attribute
    interface IAllowAnonymous
Public Class AllowAnonymousAttribute
Inherits Attribute
Implements IAllowAnonymous
Herencia
AllowAnonymousAttribute
Atributos
Implementaciones

Constructores

AllowAnonymousAttribute()

Especifica que la clase o el método a los que se aplica este atributo no requiere autorización.

Métodos

ToString()

Especifica que la clase o el método a los que se aplica este atributo no requiere autorización.

Se aplica a