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

DefaultAzureCredentialOptions.ExcludeInteractiveBrowserCredential 属性

定义

指定是否 InteractiveBrowserCredential 将从身份验证流中 DefaultAzureCredential 排除 。 将 设置为 true 将禁用启动默认系统浏览器以在开发环境中进行身份验证。 默认值为 true

public bool ExcludeInteractiveBrowserCredential { get; set; }
member this.ExcludeInteractiveBrowserCredential : bool with get, set
Public Property ExcludeInteractiveBrowserCredential As Boolean

属性值

适用于