AuthenticationCoreServiceCollectionExtensions.AddAuthenticationCore Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
AddAuthenticationCore(IServiceCollection) |
Aggiungere i servizi di autenticazione di base necessari per IAuthenticationService. |
AddAuthenticationCore(IServiceCollection, Action<AuthenticationOptions>) |
Aggiungere i servizi di autenticazione di base necessari per IAuthenticationService. |
AddAuthenticationCore(IServiceCollection)
Aggiungere i servizi di autenticazione di base necessari per 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
Parametri
- services
- IServiceCollection
Oggetto IServiceCollection.
Restituisce
Raccolta di servizi.
Si applica a
AddAuthenticationCore(IServiceCollection, Action<AuthenticationOptions>)
Aggiungere i servizi di autenticazione di base necessari per 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
Parametri
- services
- IServiceCollection
Oggetto IServiceCollection.
- configureOptions
- Action<AuthenticationOptions>
Usato per configurare AuthenticationOptions.
Restituisce
Raccolta di servizi.