次の方法で共有


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)

ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
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>)

ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
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>)

ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
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>)

ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
WsFederationExtensions.cs
ソース:
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デリゲート。

戻り値

適用対象