Udostępnij przez


WsFederationExtensions.AddWsFederation Metoda

Definicja

Przeciążenia

AddWsFederation(AuthenticationBuilder)

Rejestruje WsFederationHandler przy użyciu domyślnego schematu uwierzytelniania, nazwy wyświetlanej i opcji.

AddWsFederation(AuthenticationBuilder, Action<WsFederationOptions>)

Rejestruje WsFederationHandler przy użyciu domyślnego schematu uwierzytelniania, nazwy wyświetlanej i podanej konfiguracji opcji.

AddWsFederation(AuthenticationBuilder, String, Action<WsFederationOptions>)

Rejestruje WsFederationHandler przy użyciu podanego schematu uwierzytelniania, domyślnej nazwy wyświetlanej i podanej konfiguracji opcji.

AddWsFederation(AuthenticationBuilder, String, String, Action<WsFederationOptions>)

Rejestruje WsFederationHandler przy użyciu podanego schematu uwierzytelniania, nazwy wyświetlanej i konfiguracji opcji.

AddWsFederation(AuthenticationBuilder)

Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs

Rejestruje WsFederationHandler przy użyciu domyślnego schematu uwierzytelniania, nazwy wyświetlanej i opcji.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddWsFederation (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddWsFederation : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddWsFederation (builder As AuthenticationBuilder) As AuthenticationBuilder

Parametry

Zwraca

Dotyczy

AddWsFederation(AuthenticationBuilder, Action<WsFederationOptions>)

Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs

Rejestruje WsFederationHandler przy użyciu domyślnego schematu uwierzytelniania, nazwy wyświetlanej i podanej konfiguracji opcji.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddWsFederation (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions> configureOptions);
static member AddWsFederation : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddWsFederation (builder As AuthenticationBuilder, configureOptions As Action(Of WsFederationOptions)) As AuthenticationBuilder

Parametry

configureOptions
Action<WsFederationOptions>

Delegat, który konfiguruje element WsFederationOptions.

Zwraca

Dotyczy

AddWsFederation(AuthenticationBuilder, String, Action<WsFederationOptions>)

Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs

Rejestruje WsFederationHandler przy użyciu podanego schematu uwierzytelniania, domyślnej nazwy wyświetlanej i podanej konfiguracji opcji.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddWsFederation (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, Action<Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions> configureOptions);
static member AddWsFederation : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * Action<Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddWsFederation (builder As AuthenticationBuilder, authenticationScheme As String, configureOptions As Action(Of WsFederationOptions)) As AuthenticationBuilder

Parametry

authenticationScheme
String
configureOptions
Action<WsFederationOptions>

Delegat, który konfiguruje element WsFederationOptions.

Zwraca

Dotyczy

AddWsFederation(AuthenticationBuilder, String, String, Action<WsFederationOptions>)

Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs
Źródło:
WsFederationExtensions.cs

Rejestruje WsFederationHandler przy użyciu podanego schematu uwierzytelniania, nazwy wyświetlanej i konfiguracji opcji.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddWsFederation (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string displayName, Action<Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions> configureOptions);
static member AddWsFederation : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * string * Action<Microsoft.AspNetCore.Authentication.WsFederation.WsFederationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddWsFederation (builder As AuthenticationBuilder, authenticationScheme As String, displayName As String, configureOptions As Action(Of WsFederationOptions)) As AuthenticationBuilder

Parametry

authenticationScheme
String
displayName
String
configureOptions
Action<WsFederationOptions>

Delegat, który konfiguruje element WsFederationOptions.

Zwraca

Dotyczy