WsFederationExtensions.AddWsFederation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- builder
- 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
パラメーター
- builder
- 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
パラメーター
- builder
- 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
パラメーター
- builder
- AuthenticationBuilder
- authenticationScheme
- String
- displayName
- String
- configureOptions
- Action<WsFederationOptions>
WsFederationOptionsを構成するデリゲート。