Bagikan melalui


AuthenticationSchemeProvider Konstruktor

Definisi

Overload

AuthenticationSchemeProvider(IOptions<AuthenticationOptions>)

Membuat instans AuthenticationSchemeProvider menggunakan optionsyang ditentukan .

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

Membuat instans AuthenticationSchemeProvider menggunakan options dan schemesyang ditentukan.

AuthenticationSchemeProvider(IOptions<AuthenticationOptions>)

Sumber:
AuthenticationSchemeProvider.cs
Sumber:
AuthenticationSchemeProvider.cs
Sumber:
AuthenticationSchemeProvider.cs

Membuat instans AuthenticationSchemeProvider menggunakan optionsyang ditentukan .

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))

Parameter

Berlaku untuk

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

Sumber:
AuthenticationSchemeProvider.cs
Sumber:
AuthenticationSchemeProvider.cs
Sumber:
AuthenticationSchemeProvider.cs

Membuat instans AuthenticationSchemeProvider menggunakan options dan schemesyang ditentukan.

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))

Parameter

schemes
IDictionary<String,AuthenticationScheme>

Kamus yang digunakan untuk menyimpan skema autentikasi.

Berlaku untuk