次の方法で共有


AuthenticationHandlerProvider(IAuthenticationSchemeProvider) コンストラクター

定義

コンストラクターです。

public:
 AuthenticationHandlerProvider(Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProvider ^ schemes);
public AuthenticationHandlerProvider (Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider schemes);
new Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider : Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider -> Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider
Public Sub New (schemes As IAuthenticationSchemeProvider)

パラメーター

適用対象