AllowAnonymousAttribute 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.
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. |