AllowAnonymousAttribute Classe

Définition

Spécifie que la classe ou la méthode à laquelle cet attribut est appliqué ne nécessite pas d’autorisation.

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
Héritage
AllowAnonymousAttribute
Attributs
Implémente

Constructeurs

AllowAnonymousAttribute()

Spécifie que la classe ou la méthode à laquelle cet attribut est appliqué ne nécessite pas d’autorisation.

Méthodes

ToString()

Spécifie que la classe ou la méthode à laquelle cet attribut est appliqué ne nécessite pas d’autorisation.

S’applique à