共用方式為


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

正在設定的服務。

適用於