次の方法で共有


MicrosoftAccountExtensions.AddMicrosoftAccount メソッド

定義

オーバーロード

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)

ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs

既定のスキームを使用して、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>)

ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs

既定のスキームを使用して、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>)

ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs

既定のスキームを使用して、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>)

ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs
ソース:
MicrosoftAccountExtensions.cs

既定のスキームを使用して、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 参照。

適用対象