Aracılığıyla paylaş


AuthenticationConfigurationProviderExtensions.GetSchemeConfiguration Yöntem

Tanım

Belirtilen IConfiguration nesneyi döndürür.

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

Parametreler

authenticationScheme
String

Döndürülecek bölümün yolu.

Döndürülenler

Belirtilen IConfiguration nesne veya istenen bölüm yoksa null.

Şunlara uygulanır