你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithAuthenticationProvider<ParentT> 接口

定义

允许指定详细提供程序信息的 Web 应用身份验证定义。

public interface IWithAuthenticationProvider<ParentT>
type IWithAuthenticationProvider<'ParentT> = interface
Public Interface IWithAuthenticationProvider(Of ParentT)

类型参数

ParentT

附加此定义后要返回到的父定义的阶段。

派生

方法

WithActiveDirectory(String, String)

将提供程序指定为 Active Directory 及其客户端 ID 和颁发者 URL。

WithActiveDirectory(String, String, String)

将提供程序指定为 Active Directory 及其客户端 ID 和颁发者 URL。

WithFacebook(String, String)

将提供程序指定为 Facebook 及其应用 ID 和应用机密。

WithGoogle(String, String)

将提供程序指定为 Google 及其客户端 ID 和客户端密码。

WithMicrosoft(String, String)

将提供程序指定为 Microsoft 及其客户端 ID 和客户端密码。

WithTwitter(String, String)

将提供程序指定为 Twitter 及其 API 密钥和 API 机密。

适用于