WsFederationExtensions.AddWsFederation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddWsFederation(AuthenticationBuilder) |
Registers the WsFederationHandler using the default authentication scheme, display name, and options. |
AddWsFederation(AuthenticationBuilder, Action<WsFederationOptions>) |
Registers the WsFederationHandler using the default authentication scheme, display name, and the given options configuration. |
AddWsFederation(AuthenticationBuilder, String, Action<WsFederationOptions>) |
Registers the WsFederationHandler using the given authentication scheme, default display name, and the given options configuration. |
AddWsFederation(AuthenticationBuilder, String, String, Action<WsFederationOptions>) |
Registers the WsFederationHandler using the given authentication scheme, display name, and options configuration. |
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
- Source:
- WsFederationExtensions.cs
Registers the WsFederationHandler using the default authentication scheme, display name, and options.
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
Parameters
- builder
- AuthenticationBuilder
Returns
Applies to
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
- Source:
- WsFederationExtensions.cs
Registers the WsFederationHandler using the default authentication scheme, display name, and the given options configuration.
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
Parameters
- builder
- AuthenticationBuilder
- configureOptions
- Action<WsFederationOptions>
A delegate that configures the WsFederationOptions.
Returns
Applies to
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
- Source:
- WsFederationExtensions.cs
Registers the WsFederationHandler using the given authentication scheme, default display name, and the given options configuration.
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
Parameters
- builder
- AuthenticationBuilder
- authenticationScheme
- String
- configureOptions
- Action<WsFederationOptions>
A delegate that configures the WsFederationOptions.
Returns
Applies to
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
- Source:
- WsFederationExtensions.cs
Registers the WsFederationHandler using the given authentication scheme, display name, and options configuration.
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
Parameters
- builder
- AuthenticationBuilder
- authenticationScheme
- String
- displayName
- String
- configureOptions
- Action<WsFederationOptions>
A delegate that configures the WsFederationOptions.