AuthorizeAttribute 類別

定義

指定套用這個屬性的類別或方法需要指定的授權。

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
屬性
實作

建構函式

AuthorizeAttribute()

初始化 AuthorizeAttribute 類別的新執行個體。

AuthorizeAttribute(String)

使用指定的原則, AuthorizeAttribute 初始化 類別的新實例。

屬性

ActiveAuthenticationSchemes
已淘汰.

取得或設定用來建構使用者資訊之配置的逗號分隔清單。

AuthenticationSchemes

取得或設定用來建構使用者資訊之配置的逗號分隔清單。

Policy

取得或設定決定資源存取權的原則名稱。

Roles

取得或設定允許存取資源的角色逗號分隔清單。

方法

ToString()

指定套用這個屬性的類別或方法需要指定的授權。

適用於