IAuthenticationRequestHandler.HandleRequestAsync 方法

定義

取得值,這個值會判斷要求是否應該停止處理。

如果處理常式傳回 true ,驗證中介軟體不會叫用要求管線中設定的任何後續 IAuthenticationHandler 或中介軟體,則此功能受到支援。

public:
 System::Threading::Tasks::Task<bool> ^ HandleRequestAsync();
public System.Threading.Tasks.Task<bool> HandleRequestAsync ();
abstract member HandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function HandleRequestAsync () As Task(Of Boolean)

傳回

true 如果要求處理應該停止,則為 。

適用於