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.

반환

적용 대상