MicrosoftAccountAppBuilderExtensions 類別

定義

將 Microsoft 帳戶驗證功能新增至 HTTP 應用程式管線的擴充方法。

public ref class MicrosoftAccountAppBuilderExtensions abstract sealed
public static class MicrosoftAccountAppBuilderExtensions
type MicrosoftAccountAppBuilderExtensions = class
Public Module MicrosoftAccountAppBuilderExtensions
繼承
MicrosoftAccountAppBuilderExtensions

方法

UseMicrosoftAccountAuthentication(IApplicationBuilder)
已淘汰.
已淘汰.

UseMicrosoftAccountAuthentication 已過時。 使用 AddAuthentication () 設定 MicrosoftAccount 驗證。在 ConfigureServices 中新增MicrosoftAccount。 如需更多詳細資料,請參閱 https://go.microsoft.com/fwlink/?linkid=845470 \(英文\)。

UseMicrosoftAccountAuthentication(IApplicationBuilder, MicrosoftAccountOptions)
已淘汰.
已淘汰.

UseMicrosoftAccountAuthentication 已過時。 使用 AddAuthentication () 設定 MicrosoftAccount 驗證。在 ConfigureServices 中新增MicrosoftAccount。 如需更多詳細資料,請參閱 https://go.microsoft.com/fwlink/?linkid=845470 \(英文\)。

UseMicrosoftAccountAuthentication(IApplicationBuilder, MicrosoftAccountOptions)

MicrosoftAccountMiddleware 中介軟體新增至指定的 IApplicationBuilder ,以啟用 Microsoft 帳戶驗證功能。

適用於