OpenIdConnectMiddleware.CreateHandler Yöntem

Tanım

Kimlik doğrulamasıyla AuthenticationHandler<TOptions> ilgili istekleri işlemek için nesnesini sağlar.

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

Döndürülenler

AuthenticationHandler<TOptions> Oluşturucuya OpenIdConnectOptions sağlanan ile yapılandırılmış.

Şunlara uygulanır