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)

Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs

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

Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs

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

Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs

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

Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs
Source:
WsFederationExtensions.cs

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委托。

返回

适用于