AuthenticationCoreServiceCollectionExtensions.AddAuthenticationCore Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
AddAuthenticationCore(IServiceCollection) |
Přidejte základní ověřovací služby potřebné pro IAuthenticationService. |
AddAuthenticationCore(IServiceCollection, Action<AuthenticationOptions>) |
Přidejte základní ověřovací služby potřebné pro IAuthenticationService. |
AddAuthenticationCore(IServiceCollection)
Přidejte základní ověřovací služby potřebné pro 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
Parametry
- services
- IServiceCollection
Hodnota IServiceCollection
Návraty
Kolekce služeb.
Platí pro
AddAuthenticationCore(IServiceCollection, Action<AuthenticationOptions>)
Přidejte základní ověřovací služby potřebné pro 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
Parametry
- services
- IServiceCollection
Hodnota IServiceCollection
- configureOptions
- Action<AuthenticationOptions>
Používá se ke konfiguraci .AuthenticationOptions
Návraty
Kolekce služeb.