你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
InteractiveBrowserCredentialBrokerOptions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于配置 InteractiveBrowserCredential 以使用系统身份验证代理代替系统浏览器(如果可用)的选项。
public class InteractiveBrowserCredentialBrokerOptions : Azure.Identity.InteractiveBrowserCredentialOptions
public class InteractiveBrowserCredentialBrokerOptions : Azure.Identity.InteractiveBrowserCredentialOptions, Azure.Identity.IMsalPublicClientInitializerOptions
type InteractiveBrowserCredentialBrokerOptions = class
inherit InteractiveBrowserCredentialOptions
type InteractiveBrowserCredentialBrokerOptions = class
inherit InteractiveBrowserCredentialOptions
interface IMsalPublicClientInitializerOptions
Public Class InteractiveBrowserCredentialBrokerOptions
Inherits InteractiveBrowserCredentialOptions
Public Class InteractiveBrowserCredentialBrokerOptions
Inherits InteractiveBrowserCredentialOptions
Implements IMsalPublicClientInitializerOptions
- 继承
-
InteractiveBrowserCredentialBrokerOptions
- 实现
-
Azure.Identity.IMsalPublicClientInitializerOptions
构造函数
InteractiveBrowserCredentialBrokerOptions(IntPtr) |
创建 的新 InteractiveBrowserCredentialBrokerOptions 实例以配置 InteractiveBrowserCredential。 |
属性
方法
AddPolicy(HttpPipelinePolicy, HttpPipelinePosition) |
将 HttpPipeline 策略添加到客户端管道中。 策略在管道中的位置由 |
显式接口实现
IMsalPublicClientInitializerOptions.BeforeBuildClient |
用于配置 InteractiveBrowserCredential 以使用系统身份验证代理代替系统浏览器(如果可用)的选项。 |