WsFederationExtensions.AddWsFederation Метод

Определение

Перегрузки

AddWsFederation(AuthenticationBuilder)

Регистрирует с WsFederationHandler помощью схемы проверки подлинности по умолчанию, отображаемого имени и параметров.

AddWsFederation(AuthenticationBuilder, Action<WsFederationOptions>)

Регистрирует , WsFederationHandler используя схему проверки подлинности по умолчанию, отображаемое имя и заданную конфигурацию параметров.

AddWsFederation(AuthenticationBuilder, String, Action<WsFederationOptions>)

Регистрирует объект с WsFederationHandler использованием заданной схемы проверки подлинности, отображаемого имени по умолчанию и заданной конфигурации параметров.

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

Регистрирует с WsFederationHandler использованием заданной схемы проверки подлинности, отображаемого имени и конфигурации параметров.

AddWsFederation(AuthenticationBuilder)

Регистрирует с WsFederationHandler помощью схемы проверки подлинности по умолчанию, отображаемого имени и параметров.

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

Параметры

Возвращаемое значение

Применяется к

AddWsFederation(AuthenticationBuilder, Action<WsFederationOptions>)

Регистрирует , WsFederationHandler используя схему проверки подлинности по умолчанию, отображаемое имя и заданную конфигурацию параметров.

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

Параметры

configureOptions
Action<WsFederationOptions>

Делегат, который настраивает .WsFederationOptions

Возвращаемое значение

Применяется к

AddWsFederation(AuthenticationBuilder, String, Action<WsFederationOptions>)

Регистрирует объект с WsFederationHandler использованием заданной схемы проверки подлинности, отображаемого имени по умолчанию и заданной конфигурации параметров.

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

Параметры

authenticationScheme
String
configureOptions
Action<WsFederationOptions>

Делегат, который настраивает .WsFederationOptions

Возвращаемое значение

Применяется к

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

Регистрирует с WsFederationHandler использованием заданной схемы проверки подлинности, отображаемого имени и конфигурации параметров.

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

Параметры

authenticationScheme
String
displayName
String
configureOptions
Action<WsFederationOptions>

Делегат, который настраивает .WsFederationOptions

Возвращаемое значение

Применяется к