AuthenticationCoreServiceCollectionExtensions.AddAuthenticationCore メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddAuthenticationCore(IServiceCollection) |
に必要なコア認証サービスを追加します IAuthenticationService。 |
AddAuthenticationCore(IServiceCollection, Action<AuthenticationOptions>) |
に必要なコア認証サービスを追加します IAuthenticationService。 |
AddAuthenticationCore(IServiceCollection)
に必要なコア認証サービスを追加します 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
パラメーター
- services
- IServiceCollection
戻り値
サービス コレクション。
適用対象
AddAuthenticationCore(IServiceCollection, Action<AuthenticationOptions>)
に必要なコア認証サービスを追加します 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
パラメーター
- services
- IServiceCollection
- configureOptions
- Action<AuthenticationOptions>
AuthenticationOptions の構成に使用されます。
戻り値
サービス コレクション。