Aracılığıyla paylaş


AuthenticationSchemeProvider Oluşturucular

Tanım

Aşırı Yüklemeler

AuthenticationSchemeProvider(IOptions<AuthenticationOptions>)

Belirtilen optionskullanarak bir AuthenticationSchemeProvider örneği oluşturur.

AuthenticationSchemeProvider(IOptions<AuthenticationOptions>, IDictionary<String,AuthenticationScheme>)

Belirtilen options ve schemeskullanarak bir AuthenticationSchemeProvider örneği oluşturur.

AuthenticationSchemeProvider(IOptions<AuthenticationOptions>)

Kaynak:
AuthenticationSchemeProvider.cs
Kaynak:
AuthenticationSchemeProvider.cs
Kaynak:
AuthenticationSchemeProvider.cs

Belirtilen optionskullanarak bir AuthenticationSchemeProvider örneği oluşturur.

public:
 AuthenticationSchemeProvider(Microsoft::Extensions::Options::IOptions<Microsoft::AspNetCore::Authentication::AuthenticationOptions ^> ^ options);
public AuthenticationSchemeProvider (Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Authentication.AuthenticationOptions> options);
new Microsoft.AspNetCore.Authentication.AuthenticationSchemeProvider : Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Authentication.AuthenticationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationSchemeProvider
Public Sub New (options As IOptions(Of AuthenticationOptions))

Parametreler

Şunlara uygulanır

AuthenticationSchemeProvider(IOptions<AuthenticationOptions>, IDictionary<String,AuthenticationScheme>)

Kaynak:
AuthenticationSchemeProvider.cs
Kaynak:
AuthenticationSchemeProvider.cs
Kaynak:
AuthenticationSchemeProvider.cs

Belirtilen options ve schemeskullanarak bir AuthenticationSchemeProvider örneği oluşturur.

protected:
 AuthenticationSchemeProvider(Microsoft::Extensions::Options::IOptions<Microsoft::AspNetCore::Authentication::AuthenticationOptions ^> ^ options, System::Collections::Generic::IDictionary<System::String ^, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^ schemes);
protected AuthenticationSchemeProvider (Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Authentication.AuthenticationOptions> options, System.Collections.Generic.IDictionary<string,Microsoft.AspNetCore.Authentication.AuthenticationScheme> schemes);
new Microsoft.AspNetCore.Authentication.AuthenticationSchemeProvider : Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Authentication.AuthenticationOptions> * System.Collections.Generic.IDictionary<string, Microsoft.AspNetCore.Authentication.AuthenticationScheme> -> Microsoft.AspNetCore.Authentication.AuthenticationSchemeProvider
Protected Sub New (options As IOptions(Of AuthenticationOptions), schemes As IDictionary(Of String, AuthenticationScheme))

Parametreler

schemes
IDictionary<String,AuthenticationScheme>

Kimlik doğrulama düzenlerini depolamak için kullanılan sözlük.

Şunlara uygulanır