AuthenticationCoreServiceCollectionExtensions.AddAuthenticationCore Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AddAuthenticationCore(IServiceCollection) |
Agregue los servicios de autenticación principales necesarios para IAuthenticationService. |
AddAuthenticationCore(IServiceCollection, Action<AuthenticationOptions>) |
Agregue los servicios de autenticación principales necesarios para IAuthenticationService. |
AddAuthenticationCore(IServiceCollection)
Agregue los servicios de autenticación principales necesarios para IAuthenticationService.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddAuthenticationCore (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddAuthenticationCore : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddAuthenticationCore (services As IServiceCollection) As IServiceCollection
Parámetros
- services
- IServiceCollection
Devoluciones
Colección de servicios.
Se aplica a
AddAuthenticationCore(IServiceCollection, Action<AuthenticationOptions>)
Agregue los servicios de autenticación principales necesarios para IAuthenticationService.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddAuthenticationCore (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.Authentication.AuthenticationOptions> configureOptions);
static member AddAuthenticationCore : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.Authentication.AuthenticationOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddAuthenticationCore (services As IServiceCollection, configureOptions As Action(Of AuthenticationOptions)) As IServiceCollection
Parámetros
- services
- IServiceCollection
- configureOptions
- Action<AuthenticationOptions>
Se usa para configurar AuthenticationOptions.
Devoluciones
Colección de servicios.