AllowAnonymousAttribute クラス

定義

この属性が適用されるクラスまたはメソッドが承認を必要としないことを指定します。

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
継承
AllowAnonymousAttribute
属性
実装

コンストラクター

AllowAnonymousAttribute()

この属性が適用されるクラスまたはメソッドが承認を必要としないことを指定します。

メソッド

ToString()

この属性が適用されるクラスまたはメソッドが承認を必要としないことを指定します。

適用対象