MicrosoftAccountExtensions.AddMicrosoftAccount 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
AddMicrosoftAccount(AuthenticationBuilder) |
기본 체계를 사용하여 Microsoft 계정 OAuth 기반 인증을 AuthenticationBuilder 에 추가합니다. 기본 구성표는 로 AuthenticationScheme지정됩니다. Microsoft 계정 인증을 사용하면 애플리케이션 사용자가 회사, 학교 또는 개인 Microsoft 계정으로 로그인할 수 있습니다. |
AddMicrosoftAccount(AuthenticationBuilder, Action<MicrosoftAccountOptions>) |
기본 체계를 사용하여 Microsoft 계정 OAuth 기반 인증을 AuthenticationBuilder 에 추가합니다. 기본 구성표는 로 AuthenticationScheme지정됩니다. Microsoft 계정 인증을 사용하면 애플리케이션 사용자가 회사, 학교 또는 개인 Microsoft 계정으로 로그인할 수 있습니다. |
AddMicrosoftAccount(AuthenticationBuilder, String, Action<MicrosoftAccountOptions>) |
기본 체계를 사용하여 Microsoft 계정 OAuth 기반 인증을 AuthenticationBuilder 에 추가합니다. 기본 구성표는 로 AuthenticationScheme지정됩니다. Microsoft 계정 인증을 사용하면 애플리케이션 사용자가 회사, 학교 또는 개인 Microsoft 계정으로 로그인할 수 있습니다. |
AddMicrosoftAccount(AuthenticationBuilder, String, String, Action<MicrosoftAccountOptions>) |
기본 체계를 사용하여 Microsoft 계정 OAuth 기반 인증을 AuthenticationBuilder 에 추가합니다. 기본 구성표는 로 AuthenticationScheme지정됩니다. Microsoft 계정 인증을 사용하면 애플리케이션 사용자가 회사, 학교 또는 개인 Microsoft 계정으로 로그인할 수 있습니다. |
AddMicrosoftAccount(AuthenticationBuilder)
기본 체계를 사용하여 Microsoft 계정 OAuth 기반 인증을 AuthenticationBuilder 에 추가합니다. 기본 구성표는 로 AuthenticationScheme지정됩니다.
Microsoft 계정 인증을 사용하면 애플리케이션 사용자가 회사, 학교 또는 개인 Microsoft 계정으로 로그인할 수 있습니다.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddMicrosoftAccount (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddMicrosoftAccount : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddMicrosoftAccount (builder As AuthenticationBuilder) As AuthenticationBuilder
매개 변수
반환
작업이 완료된 후 에 대한 참조 builder
입니다.
적용 대상
AddMicrosoftAccount(AuthenticationBuilder, Action<MicrosoftAccountOptions>)
기본 체계를 사용하여 Microsoft 계정 OAuth 기반 인증을 AuthenticationBuilder 에 추가합니다. 기본 구성표는 로 AuthenticationScheme지정됩니다.
Microsoft 계정 인증을 사용하면 애플리케이션 사용자가 회사, 학교 또는 개인 Microsoft 계정으로 로그인할 수 있습니다.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddMicrosoftAccount (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.MicrosoftAccount.MicrosoftAccountOptions> configureOptions);
static member AddMicrosoftAccount : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Authentication.MicrosoftAccount.MicrosoftAccountOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddMicrosoftAccount (builder As AuthenticationBuilder, configureOptions As Action(Of MicrosoftAccountOptions)) As AuthenticationBuilder
매개 변수
- configureOptions
- Action<MicrosoftAccountOptions>
를 구성할 MicrosoftAccountOptions대리자입니다.
반환
작업이 완료된 후 에 대한 참조 builder
입니다.
적용 대상
AddMicrosoftAccount(AuthenticationBuilder, String, Action<MicrosoftAccountOptions>)
기본 체계를 사용하여 Microsoft 계정 OAuth 기반 인증을 AuthenticationBuilder 에 추가합니다. 기본 구성표는 로 AuthenticationScheme지정됩니다.
Microsoft 계정 인증을 사용하면 애플리케이션 사용자가 회사, 학교 또는 개인 Microsoft 계정으로 로그인할 수 있습니다.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddMicrosoftAccount (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, Action<Microsoft.AspNetCore.Authentication.MicrosoftAccount.MicrosoftAccountOptions> configureOptions);
static member AddMicrosoftAccount : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * Action<Microsoft.AspNetCore.Authentication.MicrosoftAccount.MicrosoftAccountOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddMicrosoftAccount (builder As AuthenticationBuilder, authenticationScheme As String, configureOptions As Action(Of MicrosoftAccountOptions)) As AuthenticationBuilder
매개 변수
- authenticationScheme
- String
인증 체계입니다.
- configureOptions
- Action<MicrosoftAccountOptions>
를 구성할 MicrosoftAccountOptions대리자입니다.
반환
작업이 완료된 후 에 대한 참조 builder
입니다.
적용 대상
AddMicrosoftAccount(AuthenticationBuilder, String, String, Action<MicrosoftAccountOptions>)
기본 체계를 사용하여 Microsoft 계정 OAuth 기반 인증을 AuthenticationBuilder 에 추가합니다. 기본 구성표는 로 AuthenticationScheme지정됩니다.
Microsoft 계정 인증을 사용하면 애플리케이션 사용자가 회사, 학교 또는 개인 Microsoft 계정으로 로그인할 수 있습니다.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddMicrosoftAccount (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string displayName, Action<Microsoft.AspNetCore.Authentication.MicrosoftAccount.MicrosoftAccountOptions> configureOptions);
static member AddMicrosoftAccount : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * string * Action<Microsoft.AspNetCore.Authentication.MicrosoftAccount.MicrosoftAccountOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddMicrosoftAccount (builder As AuthenticationBuilder, authenticationScheme As String, displayName As String, configureOptions As Action(Of MicrosoftAccountOptions)) As AuthenticationBuilder
매개 변수
- authenticationScheme
- String
인증 체계입니다.
- displayName
- String
인증 처리기의 표시 이름입니다.
- configureOptions
- Action<MicrosoftAccountOptions>
를 구성할 MicrosoftAccountOptions대리자입니다.
반환
작업이 완료된 후 에 대한 참조 builder
입니다.