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

구성되는 서비스입니다.

적용 대상