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
Службы, которые настраиваются.