AuthenticationMiddleware<TOptions> 클래스

정의

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)

적용 대상