次の方法で共有


AuthenticationBuilder(IServiceCollection) コンストラクター

定義

AuthenticationBuilder の新しいインスタンスを初期化します。

public:
 AuthenticationBuilder(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services);
public AuthenticationBuilder (Microsoft.Extensions.DependencyInjection.IServiceCollection services);
new Microsoft.AspNetCore.Authentication.AuthenticationBuilder : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
Public Sub New (services As IServiceCollection)

パラメーター

services
IServiceCollection

構成されているサービス。

適用対象