AuthenticationConfigurationProviderExtensions.GetSchemeConfiguration メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した IConfiguration オブジェクトを返します。
public static Microsoft.Extensions.Configuration.IConfiguration GetSchemeConfiguration (this Microsoft.AspNetCore.Authentication.IAuthenticationConfigurationProvider provider, string authenticationScheme);
static member GetSchemeConfiguration : Microsoft.AspNetCore.Authentication.IAuthenticationConfigurationProvider * string -> Microsoft.Extensions.Configuration.IConfiguration
<Extension()>
Public Function GetSchemeConfiguration (provider As IAuthenticationConfigurationProvider, authenticationScheme As String) As IConfiguration
パラメーター
- provider
- IAuthenticationConfigurationProvider
IAuthenticationConfigurationProvider のインスタンス。
- authenticationScheme
- String
返されるセクションへのパス。
戻り値
指定した IConfiguration オブジェクト。要求されたセクションが存在しない場合は null。