AllowAnonymousAttribute Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu özniteliğin uygulandığı sınıf veya yöntemin yetkilendirme gerektirmediğini belirtir.
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
- Devralma
-
AllowAnonymousAttribute
- Öznitelikler
- Uygulamalar
Oluşturucular
AllowAnonymousAttribute() |
Bu özniteliğin uygulandığı sınıf veya yöntemin yetkilendirme gerektirmediğini belirtir. |
Yöntemler
ToString() |
Bu özniteliğin uygulandığı sınıf veya yöntemin yetkilendirme gerektirmediğini belirtir. |