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
參考。