AllowAnonymousAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この属性が適用されるクラスまたはメソッドが承認を必要としないことを指定します。
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() |
この属性が適用されるクラスまたはメソッドが承認を必要としないことを指定します。 |