AuthenticationMiddleware<TOptions> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
generic <typename TOptions>
where TOptions : AuthenticationOptionsgcnew()public ref class AuthenticationMiddleware abstract
public abstract class AuthenticationMiddleware<TOptions> where TOptions : AuthenticationOptions, new()
type AuthenticationMiddleware<'Options (requires 'Options :> AuthenticationOptions and 'Options : (new : unit -> 'Options))> = class
Public MustInherit Class AuthenticationMiddleware(Of TOptions)
類型參數
- TOptions
- 繼承
-
AuthenticationMiddleware<TOptions>
- 衍生
建構函式
| AuthenticationMiddleware<TOptions>(RequestDelegate, IOptions<TOptions>, ILoggerFactory, UrlEncoder) |
屬性
| AuthenticationScheme | |
| Logger | |
| Options | |
| UrlEncoder |
方法
| CreateHandler() | |
| Invoke(HttpContext) |