IAsyncAuthorizationFilter 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
非同步確認要求授權的篩選準則。
public interface class IAsyncAuthorizationFilter : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IAsyncAuthorizationFilter : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IAsyncAuthorizationFilter = interface
interface IFilterMetadata
Public Interface IAsyncAuthorizationFilter
Implements IFilterMetadata
- 衍生
- 實作
方法
OnAuthorizationAsync(AuthorizationFilterContext) |
在篩選管線中早期呼叫,以確認要求已獲得授權。 |