AuthorizeAttribute 類別
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定套用這個屬性的類別或方法需要指定的授權。
public ref class AuthorizeAttribute : Attribute, Microsoft::AspNetCore::Authorization::IAuthorizeData
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public class AuthorizeAttribute : Attribute, Microsoft.AspNetCore.Authorization.IAuthorizeData
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type AuthorizeAttribute = class
inherit Attribute
interface IAuthorizeData
Public Class AuthorizeAttribute
Inherits Attribute
Implements IAuthorizeData
- 繼承
-
AuthorizeAttribute
- 屬性
- 實作
Authorize |
初始化 AuthorizeAttribute 類別的新執行個體。 |
Authorize |
使用指定的原則, AuthorizeAttribute 初始化 類別的新實例。 |
Active |
已淘汰.
取得或設定用來建構使用者資訊之配置的逗號分隔清單。 |
Authentication |
取得或設定用來建構使用者資訊之配置的逗號分隔清單。 |
Policy |
取得或設定決定資源存取權的原則名稱。 |
Roles |
取得或設定允許存取資源的角色逗號分隔清單。 |
To |
指定套用這個屬性的類別或方法需要指定的授權。 |