OpenIdConnectMiddleware.CreateHandler Метод

Определение

AuthenticationHandler<TOptions> Предоставляет объект для обработки запросов, связанных с проверкой подлинности.

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)

Возвращаемое значение

Объект , настроенный AuthenticationHandler<TOptions> с помощью , OpenIdConnectOptions предоставленного конструктору.

Применяется к