JwtBearerMiddleware.CreateHandler Yöntem

Tanım

İstek başına işleyici oluşturmak için AuthenticationMiddleware temel sınıfı tarafından çağrılır.

protected:
 override Microsoft::AspNetCore::Authentication::AuthenticationHandler<Microsoft::AspNetCore::Builder::JwtBearerOptions ^> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.JwtBearerOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.JwtBearerOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of JwtBearerOptions)

Döndürülenler

İstek işleyicisinin yeni bir örneği

Şunlara uygulanır